IOweb/node_modules/hast-util-to-text/index.d.ts
2026-07-03 15:07:38 -05:00

3 lines
159 B
TypeScript

export { toText } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type Whitespace = import('./lib/index.js').Whitespace;