Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../ipaddr.js/.././dijkstrajs/../pino-abstract-transport/../inherits
الملفات الموجودة في هذا الـ Path:
.
..
LICENSE
README.md
inherits.js
inherits_browser.js
package.json

مشاهدة ملف: inherits.js

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_browser.js');
}