????

Your IP : 13.58.37.107


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/express/node_modules/debug/src/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/express/node_modules/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');
}