Searched defs:repeatString (Results 1 – 7 of 7) sorted by relevance
26 function repeatString(string, times) { function
12 function repeatString(str, len) { function
27 function repeatString(string, times) { function
1895 export function repeatString(str: string, count: number): string { function
405 repeatString: repeatString$1 property
18993 const string repeatString (const string& str, int times) in repeatString() function