NET-Web-API-w-Angular/my-app/node_modules/@npmcli/git/lib/utils.js

3 lines
109 B
JavaScript
Executable file

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