Skip to content

Commit

Permalink
Add raw to hast type registry
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 23, 2021
1 parent b63430c commit aab88a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -4,6 +4,8 @@
* @typedef {import('mdast').Root} MdastRoot
* @typedef {import('mdast-util-to-hast').Options} Options
* @typedef {import('unified').Processor<any, any, any, any>} Processor
*
* @typedef {import('mdast-util-to-hast')} DoNotTouchAsThisImportIncludesRawInTree
*/

import {toHast} from 'mdast-util-to-hast'
Expand Down

0 comments on commit aab88a5

Please sign in to comment.