cody - HTMLify profile
files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/debug/src/
/**
* This is the web browser implementation of `debug()`.
*
* Expose `debug()` as the module.
*/
exports = module.exports
* This is the web browser implementation of `debug()`.
*
* Expose `debug()` as the module.
*/
exports = module.exports
/**
* This is the common logic for both the Node.js and web browser
* implementations of `debug()`.
*
* Expose `debug()` as
/**
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/
if (typeof process !== 'undefi
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/
if (typeof process !== 'undefi
inspector-log.js
/cody/Khushigupta8/Hotel-Management-Webpage/node_modules/debug/src/inspector-log.js
module.exports = inspectorLog;
// black hole
const nullStream = new (require('stream').Writable)();
nullStream._write = () => {
// black hole
const nullStream = new (require('stream').Writable)();
nullStream._write = () => {