| 12 | * `IterableIterator<string>`. |
| 13 | */ |
| 14 | export class StringArray extends Array<string> { |
| 15 | /** A method that extends the functionality of a basic JavaScript array. */ |
| 16 | customMethod(): void { |
| 17 | // do something awesome |
nothing calls this directly
no outgoing calls
no test coverage detected