DefinitelyTyped/types/indent-string/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
347 B
TypeScript

// Type definitions for indent-string 3.0
// Project: https://github.com/sindresorhus/indent-string#readme
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = indent_string;
declare function indent_string(str: string, count: number, indent?: string): string;