Icard/angular-clarity-master(work.../node_modules/@npmcli/git/lib/utils.js

4 lines
109 B
JavaScript
Raw Permalink Normal View History

2024-07-16 14:55:36 +00:00
const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'
exports.isWindows = isWindows