Files
Botexercito/Frontend/angular-internal-chat/node_modules/@npmcli/git/lib/utils.js
T
2026-03-22 18:07:19 +00:00

4 lines
109 B
JavaScript

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