Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/shared/lib/router/utils/relativize-url.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/shared/lib/router/utils/relativize-url.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Given a URL as a string and a base URL it will make the URL relative
|
||||
* if the parsed protocol and host is the same as the one in the base
|
||||
* URL. Otherwise it returns the same URL string.
|
||||
*/
|
||||
export declare function relativizeURL(url: string | string, base: string | URL): string;
|
||||
Reference in New Issue
Block a user