관리-도구
편집 파일: utils.js
const isWindows = opts => (opts.fakePlatform || process.platform) === 'win32' exports.isWindows = isWindows