Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
9
node_modules/next/dist/server/lib/router-utils/decode-path-params.d.ts
generated
vendored
Normal file
9
node_modules/next/dist/server/lib/router-utils/decode-path-params.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* We only encode path delimiters for path segments from
|
||||
* getStaticPaths so we need to attempt decoding the URL
|
||||
* to match against and only escape the path delimiters
|
||||
* this allows non-ascii values to be handled e.g.
|
||||
* Japanese characters.
|
||||
* */
|
||||
declare function decodePathParams(pathname: string): string;
|
||||
export { decodePathParams };
|
||||
Loading…
Add table
Add a link
Reference in a new issue