Viewing File: /opt/cpanel/ea-nodejs10/lib/node_modules/npm/lib/utils/is-windows.js

'use strict'
module.exports = process.platform === 'win32'
Back to Directory