Preview: index.js
Size: 263 B
/home/byroehnu/.trash/node_modules11/debug/src/index.js
/**
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/
if (typeof process !== 'undefined' && process.type === 'renderer') {
module.exports = require('./browser.js');
} else {
module.exports = require('./node.js');
}
Directory Contents
Dirs: 0 × Files: 5