syntax-tree / mdast-util-to-hast

utility to transform mdast to hast
https://unifiedjs.com
MIT License
101 stars 42 forks source link

Add exports of `one`, `all` helpers #54

Closed ignatiusreza closed 3 years ago

ignatiusreza commented 3 years ago

Initial checklist

Description of changes

re-export all and one from index.js, closes #53

originally I thought we could also re-export revert, and wrap, but looking at the implementation, it looks like those 2 are quite specialized for processing only some type of node, so I refrain from re-exporting them..

wooorm commented 3 years ago

Released, thanks @ignatiusreza!