UNPKG

@web/test-runner

Version:
6 lines 254 B
/** * Transforms a file system path to a browser URL. For example windows uses `\` on the file system, * but it should use `/` in the browser. */ export declare function toFilePath(browserPath: string): string; //# sourceMappingURL=toFilePath.d.ts.map