File Manager

Path: /opt/alt/alt-nodejs18/root/lib/node_modules/npm/node_modules/@npmcli/git/lib/

Viewing File: utils.js

const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'

exports.isWindows = isWindows