| 30 | } |
| 31 | |
| 32 | declare interface String { |
| 33 | /** |
| 34 | * @deprecated Please use String.prototype.slice instead of String.prototype.substring in the repository. |
| 35 | */ |
| 36 | substring(start: number, end?: number): string |
| 37 | } |
no outgoing calls
no test coverage detected