Files
novarix.uk/node_modules/next/dist/client/normalize-trailing-slash.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

6 lines
190 B
TypeScript

/**
* Normalizes the trailing slash of a path according to the `trailingSlash` option
* in `next.config.js`.
*/
export declare const normalizePathTrailingSlash: (path: string) => string;