Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/shared/lib/router/utils/add-path-prefix.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/shared/lib/router/utils/add-path-prefix.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Adds the provided prefix to the given path. It first ensures that the path
|
||||
* is indeed starting with a slash.
|
||||
*/
|
||||
export declare function addPathPrefix(path: string, prefix?: string): string;
|
||||
Reference in New Issue
Block a user