✏️ 正在编辑: is-windows.js
路径:
/opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/lib/utils/is-windows.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
const isWindows = process.platform === 'win32' const isWindowsShell = isWindows && !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin' exports.isWindows = isWindows exports.isWindowsShell = isWindowsShell
💾 保存文件
← 返回文件管理器