PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@babel/traverse/node_modules/debug/src
Просмотр файла: index.js
/**
* Detect Electron renderer / nwjs process, which is node, but we should
* treat as a browser.
*/
if (typeof process === 'undefined' || process.type === 'renderer' || process.browser === true || process.__nwjs) {
module.exports = require('./browser.js');
} else {
module.exports = require('./node.js');
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!