Skip to content

Commit 3954c57

Browse files
committed
Add export of Token, CompileContext types
1 parent fefe843 commit 3954c57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* @typedef {import('./lib/index.js').Extension} Extension
66
* @typedef {import('./lib/index.js').Handle} Handle
77
* @typedef {import('./lib/index.js').Transform} Transform
8+
* @typedef {import('./lib/index.js').Token} Token
9+
* @typedef {import('./lib/index.js').CompileContext} CompileContext
810
*/
911

1012
export {fromMarkdown} from './lib/index.js'

0 commit comments

Comments
 (0)