wilddragon-site/node_modules/next/dist/client/normalize-trailing-slash.d.ts
2026-04-17 15:51:01 -04:00

5 lines
190 B
TypeScript
Executable file

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