UNPKG

tolkfmt-test-dev

Version:

Code formatter for the Tolk programming language

8 lines 242 B
import type { CommentMap } from "../comments"; import type { Range } from "../index"; export interface Ctx { readonly comments: CommentMap; readonly range?: Range; readonly sortImports: boolean; } //# sourceMappingURL=ctx.d.ts.map