projecte_ionic/node_modules/@npmcli/git/lib/utils.js
2022-02-09 18:30:03 +01:00

4 lines
109 B
JavaScript
Executable file

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