UNPKG

fileurl2path

Version:

A tiny function for converting a file URL to a file path.

7 lines (6 loc) 171 B
declare const fileurl2path: { (url: URL | string): string; posix(url: URL | string): string; win32(url: URL | string): string; }; export default fileurl2path;