site/node_modules/hast-util-to-text/index.js
2024-10-14 08:09:33 +02:00

7 lines
163 B
JavaScript

/**
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Whitespace} Whitespace
*/
export {toText} from './lib/index.js'