3 lines
75 B

declare function repeat(str: string, n: number): string;
export = repeat;