Searched defs:repeatString (Results 1 – 6 of 6) 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
18975 const string repeatString (const string& str, int times) in repeatString() function