smartstring/dist/smartstring.indent.d.ts
2016-07-08 01:49:32 +02:00

4 lines
227 B
TypeScript

export declare let indent: (stringArg: string, spaceAmount: number) => string;
export declare let indentWithPrefix: (stringArg: string, prefixArg: string) => string;
export declare let normalize: (stringArg: string) => string;