Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
8
node_modules/next/dist/client/assign-location.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/client/assign-location.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Function to correctly assign location to URL
|
||||
*
|
||||
* The method will add basePath, and will also correctly add location (including if it is a relative path)
|
||||
* @param location Location that should be added to the url
|
||||
* @param url Base URL to which the location should be assigned
|
||||
*/
|
||||
export declare function assignLocation(location: string, url: URL): URL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue