Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
feat: export types so any other libraries can use them
Browse files Browse the repository at this point in the history
feat: export types so any other libraries can use them
  • Loading branch information
smoya authored Oct 19, 2023
2 parents cda0912 + ed8efa7 commit cd52058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { NewParser} from './parse';
export { ConvertDocumentParserAPIVersion } from './convert';
export * from './parse';
export * from './convert';

0 comments on commit cd52058

Please sign in to comment.