From ed8efa7b06a022db409f8b4008c7c6f2aad338e5 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:45:11 +0200 Subject: [PATCH] feat: export types so any other libraries can use them --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 761932a..82d4dd4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,2 @@ -export { NewParser} from './parse'; -export { ConvertDocumentParserAPIVersion } from './convert'; +export * from './parse'; +export * from './convert';