UNPKG

path2

Version:

Modular and extended version of `path` package

8 lines (6 loc) 173 B
'use strict'; module.exports = (function () { if (typeof process === 'undefined') return false; if (!process) return false; return (process.platform === 'win32'); }());