UNPKG

next

Version:

The React Framework

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