All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.inherits.inherits.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy