| 2196 | } |
| 2197 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams) */ |
| 2198 | declare class URLSearchParams { |
| 2199 | constructor(init?: (Iterable<Iterable<string>> | Record<string, string> | string)); |
| 2200 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URLSearchParams/size) */ |
| 2201 | get size(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected