4 lines
159 B
TypeScript
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;
|