(index: number, text: string)
| 3 | addChineseSpaces(): string; |
| 4 | fillWith(characters: string, howMuch: number): string; |
| 5 | replaceAt(index: number, text: string): string; |
| 6 | } |
| 7 | |
| 8 | String.prototype.addAt = function(index: number, text: string): string{ |
no outgoing calls
no test coverage detected