smartstring/dist/smartstring.indent.d.ts

4 lines
227 B
TypeScript
Raw Normal View History

2016-07-06 08:04:25 +00:00
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;