UNPKG

next

Version:

The React Framework

7 lines (6 loc) 293 B
declare const GlobalURLPattern: { new (input: URLPatternInput, baseURL: string | URL, options?: URLPatternOptions): URLPattern; new (input?: URLPatternInput, options?: URLPatternOptions): URLPattern; prototype: URLPattern; } | undefined; export { GlobalURLPattern as URLPattern };