File "inherits.js"

Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/util/node_modules/inherits/inherits.js
File size: 192 bytes
MIME-type: text/plain
Charset: utf-8

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