UNPKG

groovy-beautify

Version:

A simple beautifier which allows formatting and indenting Groovy scripts

7 lines (6 loc) 117 B
export declare type CodeBlock = { type: string; start: string; end?: string; children?: Array<CodeBlock>; };