Sha256: c180babed26e5b87c1db3798a7fb22d8b13989f769aa2b262e12b71c27f73c10

Contents?: true

Size: 282 Bytes

Versions: 7

Compression:

Stored size: 282 Bytes

Contents

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;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dorian-2.6.3 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.6.2 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.6.1 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.6.0 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.5.2 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.5.1 vendor/groovy-beautify/dist/utils/text.d.ts
dorian-2.5.0 vendor/groovy-beautify/dist/utils/text.d.ts