indent-string.d.ts 77 B

1
  1. export declare function indentString(string: string, count: number): string;