We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Token
CompileContext
1 parent fefe843 commit 3954c57Copy full SHA for 3954c57
dev/index.js
@@ -5,6 +5,8 @@
5
* @typedef {import('./lib/index.js').Extension} Extension
6
* @typedef {import('./lib/index.js').Handle} Handle
7
* @typedef {import('./lib/index.js').Transform} Transform
8
+ * @typedef {import('./lib/index.js').Token} Token
9
+ * @typedef {import('./lib/index.js').CompileContext} CompileContext
10
*/
11
12
export {fromMarkdown} from './lib/index.js'
0 commit comments