(index: number, text: string)
| 1 | interface String{ |
| 2 | addAt(index: number, text: string): string; |
| 3 | addChineseSpaces(): string; |
| 4 | fillWith(characters: string, howMuch: number): string; |
| 5 | replaceAt(index: number, text: string): string; |
no outgoing calls
no test coverage detected