indent.d.ts 93 B

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