Skip to content

Commit 3fee529

Browse files
committed
Add exports of ParserInstance, ParserConstructor types
1 parent 6982dd4 commit 3fee529

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/**
2+
* @typedef {import('./lib/index.js').ParserInstance} ParserInstance
3+
* @typedef {import('./lib/index.js').ParserConstructor} ParserConstructor
4+
*/
5+
16
export {toNlcst} from './lib/index.js'

0 commit comments

Comments
 (0)