mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-09 20:37:50 +00:00
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;
|