Initial boiler plate project
This commit is contained in:
9
node_modules/next/dist/shared/lib/page-path/denormalize-page-path.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/shared/lib/page-path/denormalize-page-path.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Performs the opposite transformation of `normalizePagePath`. Note that
|
||||
* this function is not idempotent either in cases where there are multiple
|
||||
* leading `/index` for the page. Examples:
|
||||
* - `/index` -> `/`
|
||||
* - `/index/foo` -> `/foo`
|
||||
* - `/index/index` -> `/index`
|
||||
*/
|
||||
export declare function denormalizePagePath(page: string): string;
|
||||
Reference in New Issue
Block a user