export function repeat (str : string, count : number) { let result = ""; for (let i=0; i