UNPKG

nepenthe-js-tools

Version:
13 lines (10 loc) 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isWindows = void 0; var isWindows = function isWindows() { var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return process.platform !== 'win32' || opts.windows === true; }; exports.isWindows = isWindows;