Initial boiler plate project
This commit is contained in:
6
node_modules/next/dist/shared/lib/router/utils/add-path-suffix.d.ts
generated
vendored
Normal file
6
node_modules/next/dist/shared/lib/router/utils/add-path-suffix.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Similarly to `addPathPrefix`, this function adds a suffix at the end on the
|
||||
* provided path. It also works only for paths ensuring the argument starts
|
||||
* with a slash.
|
||||
*/
|
||||
export declare function addPathSuffix(path: string, suffix?: string): string;
|
||||
Reference in New Issue
Block a user