UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

12 lines (11 loc) • 295 B
export default class Indentation { indent?: string; indentTypes: any[]; constructor(indent?: string); getIndent(): string; increaseTopLevel(): void; increaseBlockLevel(): void; decreaseTopLevel(): void; decreaseBlockLevel(): void; resetIndentation(): void; }