(
matcher:
| boolean
| string
| DataMatcherMap
| URLSearchParams
| { (parsedObj: ParsedUrlQuery): boolean },
)
| 161 | |
| 162 | interface Interceptor { |
| 163 | query( |
| 164 | matcher: |
| 165 | | boolean |
| 166 | | string |
no outgoing calls
no test coverage detected