UNPKG

groovy-beautify

Version:

A simple beautifier which allows formatting and indenting Groovy scripts

5 lines (4 loc) 282 B
export declare function padLeft(text: string, indent: number): string; export declare function padRight(text: string, indent: number): string; export declare function trimSpacesAndTabsLeft(text: string): string; export declare function trimSpacesAndTabsRight(text: string): string;