diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-24 18:59:13 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-24 18:59:13 -0700 |
commit | 203925d9a48d34537bdf6cd25502134df5e91ae7 (patch) | |
tree | afe8a12679568ba00bfa019b0a5b6f13a3778c00 /src/parser/index.ts | |
download | tabloid-compiler-203925d9a48d34537bdf6cd25502134df5e91ae7.tar.gz tabloid-compiler-203925d9a48d34537bdf6cd25502134df5e91ae7.zip |
Diffstat (limited to 'src/parser/index.ts')
-rw-r--r-- | src/parser/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser/index.ts b/src/parser/index.ts new file mode 100644 index 0000000..b451f4f --- /dev/null +++ b/src/parser/index.ts @@ -0,0 +1,2 @@ +export * from './generate'; +export * from './parser'; |