Skip to content

Commit b177dc8

Browse files
committed
fix: add alter and alter_else to exports
1 parent d48f72c commit b177dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export * from "./alter.ts";
2+
export * from "./alter_else.ts";
13
export * from "./attempt.ts";
24
export * from "./error_object.ts";
35
export * from "./raise.ts";

0 commit comments

Comments
 (0)