Files
Chatapp/Backend/node_modules/inherits/inherits.js
T
francesco448 0a448b1250 first commit
2026-03-14 14:59:41 +01:00

10 lines
257 B
JavaScript

try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
/* istanbul ignore next */
module.exports = require('inherits/inherits_browser.js');
}