bpms_site/.svn/pristine/06/0673c1111b379f33a56cbb3cb0d431826b9aa78b.svn-base
2025-11-02 16:38:49 +03:30

6 lines
225 B
Plaintext

/**
* For a given page path, this function ensures that there is a leading slash.
* If there is not a leading slash, one is added, otherwise it is noop.
*/
export declare function ensureLeadingSlash(path: string): string;