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

7 lines
258 B
Plaintext

/**
* Similarly to `addPathPrefix`, this function adds a suffix at the end on the
* provided path. It also works only for paths ensuring the argument starts
* with a slash.
*/
export declare function addPathSuffix(path: string, suffix?: string): string;