indent.d.ts 93 B

1234
  1. declare function indent(str: string, char?: string, len?: number): string;
  2. export = indent;