repeat.d.ts 75 B

123
  1. declare function repeat(str: string, n: number): string;
  2. export = repeat;