bpms_site/.svn/pristine/3b/3b881b02b521525196e65e647ba6032301004e62.svn-base
2025-11-02 16:38:49 +03:30

6 lines
200 B
Plaintext

/**
* Adds the provided prefix to the given path. It first ensures that the path
* is indeed starting with a slash.
*/
export declare function addPathPrefix(path: string, prefix?: string): string;