UNPKG

fileurl2path

Version:

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

5 lines (4 loc) 110 B
/* MAIN */ const IS_WINDOWS = (globalThis.process?.platform === 'win32'); /* EXPORT */ export { IS_WINDOWS };