(this: string, prefix: string)
| 15 | // biome-ignore lint/style/useConsistentTypeDefinitions: leave as interface due to type checker |
| 16 | interface String { |
| 17 | removePrefix(this: string, prefix: string): string; |
| 18 | removeSuffix(this: string, suffix: string): string; |
| 19 | } |
| 20 | } |
no outgoing calls
no test coverage detected