first commit
This commit is contained in:
9
node_modules/urlpattern-polyfill/dist/index.d.ts
generated
vendored
Executable file
9
node_modules/urlpattern-polyfill/dist/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
import type * as Types from "./types.js";
|
||||
export { URLPattern } from "./types.js";
|
||||
|
||||
declare global {
|
||||
class URLPattern extends Types.URLPattern {}
|
||||
type URLPatternInit = Types.URLPatternInit;
|
||||
type URLPatternResult = Types.URLPatternResult;
|
||||
type URLPatternComponentResult = Types.URLPatternComponentResult;
|
||||
}
|
||||
Reference in New Issue
Block a user