Skip to content

Commit

Permalink
Add JSDoc based types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 18, 2021
1 parent ab7a49d commit 052ad82
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@ coverage/
node_modules/
/lib/
/index.js
*.d.ts
*.log
.DS_Store
yarn.lock
9 changes: 9 additions & 0 deletions dev/index.js
@@ -1 +1,10 @@
/**
* @typedef {import('./lib/index.js').Value} Value
* @typedef {import('./lib/index.js').Encoding} Encoding
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Extension} Extension
* @typedef {import('./lib/index.js').Handle} Handle
* @typedef {import('./lib/index.js').Transform} Transform
*/

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

0 comments on commit 052ad82

Please sign in to comment.