site/node_modules/hast-util-to-text/index.js

7 lines
163 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Whitespace} Whitespace
*/
export {toText} from './lib/index.js'