Skip to content

Commit

Permalink
Add exports of a couple of types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 20, 2021
1 parent 1ff913c commit a100cff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Handler} Handler
* @typedef {import('./lib/index.js').Handlers} Handlers
* @typedef {import('./lib/index.js').H} H
*/

export {all} from './lib/all.js'
export {one} from './lib/one.js'
export {toHast} from './lib/index.js'

0 comments on commit a100cff

Please sign in to comment.