2025-11-13 13:13:34 -07:00

4 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;