We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff913c commit a100cffCopy full SHA for a100cff
index.js
@@ -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
+
8
export {all} from './lib/all.js'
9
export {one} from './lib/one.js'
10
export {toHast} from './lib/index.js'
0 commit comments