bpms_site/.svn/pristine/40/40f5c60b1193736f4eb2e4b7d2aac98b94ebb99d.svn-base
2025-11-02 16:38:49 +03:30

6 lines
190 B
Plaintext

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