smartstring/dist/smartstring.indent.d.ts
2016-07-08 00:57:11 +02:00

4 lines
233 B
TypeScript

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