UNPKG

next

Version:

The React Framework

9 lines (8 loc) 270 B
/** * 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;