UNPKG

tolkfmt-test-dev

Version:

Code formatter for the Tolk programming language

3 lines 140 B
import type { Doc } from "./doc"; export declare function render(doc: Doc, printWidth: number): string; //# sourceMappingURL=render.d.ts.map