TypeScript문자열repeat

repeat문자열

문자열을 n번 반복합니다.

문법

str.repeat(count: number): string