Skip to content

Commit a100cff

Browse files
committed
Add exports of a couple of types
1 parent 1ff913c commit a100cff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @typedef {import('./lib/index.js').Options} Options
3+
* @typedef {import('./lib/index.js').Handler} Handler
4+
* @typedef {import('./lib/index.js').Handlers} Handlers
5+
* @typedef {import('./lib/index.js').H} H
6+
*/
7+
18
export {all} from './lib/all.js'
29
export {one} from './lib/one.js'
310
export {toHast} from './lib/index.js'

0 commit comments

Comments
 (0)