| 2255 | ]>; |
| 2256 | } |
| 2257 | declare class URLPattern { |
| 2258 | constructor(input?: (string | URLPatternInit), baseURL?: (string | URLPatternOptions), patternOptions?: URLPatternOptions); |
| 2259 | get protocol(): string; |
| 2260 | get username(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected