We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ParserInstance
ParserConstructor
1 parent 6982dd4 commit 3fee529Copy full SHA for 3fee529
index.js
@@ -1 +1,6 @@
1
+/**
2
+ * @typedef {import('./lib/index.js').ParserInstance} ParserInstance
3
+ * @typedef {import('./lib/index.js').ParserConstructor} ParserConstructor
4
+ */
5
+
6
export {toNlcst} from './lib/index.js'
0 commit comments