9 lines
270 B
Plaintext
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;
|