UNPKG

yaml-language-server

Version:
7 lines (6 loc) 209 B
import type { ASTNode } from '../jsonLanguageTypes'; export declare class FlowStyleRewriter { private readonly indentation; constructor(indentation: string); write(node: ASTNode): string | null; }