repeat.d.ts 75 B

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