From f412d252a9015006b33d63e45f3594a346204270 Mon Sep 17 00:00:00 2001 From: s3xysteak Date: Sun, 17 Mar 2024 00:42:54 +0800 Subject: [PATCH] fix: I forget to export generate... --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 0c0fdc7..57e5faf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,2 @@ export * from './core/parser' +export * from './core/generator'