Skip to content

Commit

Permalink
Add improved docs
Browse files Browse the repository at this point in the history
Closes GH-11.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
wooorm authored Dec 27, 2021
1 parent 3192063 commit 098ce61
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 62 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* @typedef {import('hast-util-to-mdast').Options} Options
* @typedef {import('hast-util-to-mdast').Context} Context
* @typedef {import('hast-util-to-mdast').H} H
* @typedef {import('hast-util-to-mdast').Handle} Handle
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Processor} Processor
*/

export {defaultHandlers, all, one} from 'hast-util-to-mdast'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"#": "needed `any`s",
"ignoreFiles": [
"lib/index.d.ts",
"lib/index.js"
"lib/index.js",
"index.d.ts"
]
}
}
Loading

0 comments on commit 098ce61

Please sign in to comment.