UNPKG

fileurl2path

Version:

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

4 lines (3 loc) 142 B
declare const castURL: (url: URL | string) => URL; declare const isString: (value: unknown) => value is string; export { castURL, isString };