bpms_site/.svn/pristine/6a/6ae46f8f2aa6dbc8b5ec53d88c63433146996499.svn-base
2025-11-02 16:38:49 +03:30

9 lines
270 B
Plaintext

/**
* Prepend file:// protocol to source path string or source-map sources.
*/
export declare function prepend(candidate: any): any;
/**
* Remove file:// protocol from source path string or source-map sources.
*/
export declare function remove(candidate: any): any;