| 2222 | ]>; |
| 2223 | } |
| 2224 | declare class URLPattern { |
| 2225 | constructor(input?: (string | URLPatternInit), baseURL?: (string | URLPatternOptions), patternOptions?: URLPatternOptions); |
| 2226 | get protocol(): string; |
| 2227 | get username(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected