Skip to content

Commit cc2bbc1

Browse files
committed
fix: export createLanguage
1 parent a7f175f commit cc2bbc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from "./src/Parser.ts";
22
export * from "./src/combinators.ts";
33
export * from "./src/parsers.ts";
4-
export * from "./src/utility.ts";
4+
export * from "./src/utility.ts";
5+
export * from "./src/language.ts";

0 commit comments

Comments
 (0)