aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@npmcli/git/lib/utils.js
blob: fcd9578a19597da11eb49d60df38ae72a538fc43 (plain) (blame)
1
2
3
const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'

exports.isWindows = isWindows