site/node_modules/hast-util-to-text/index.d.ts

4 lines
159 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { toText } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type Whitespace = import('./lib/index.js').Whitespace;