(s: string)
| 36 | test(s: string): s is pattern |
| 37 | |
| 38 | exec(s: string): this["inferExecArray"] | null |
| 39 | // allow extension of base RegExp with more accurate types |
| 40 | // since parameters are identical, this overload will never be hit |
| 41 | exec(s: string): never |
no outgoing calls
no test coverage detected