name : utils.js
const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32'

exports.isWindows = isWindows

© 2026 Iwafut Security