UNPKG

es-dev-server-rollup

Version:
7 lines (6 loc) 201 B
/** * Turns a file path into a path suitable for browsers, with a / as seperator. * @param {string} filePath * @returns {string} */ export declare function toBrowserPath(filePath: string): string;