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');
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| LICENSE | File | 749 B | 0644 |
|
| README.md | File | 1.59 KB | 0644 |
|
| inherits.js | File | 250 B | 0644 |
|
| inherits_browser.js | File | 753 B | 0644 |
|
| package.json | File | 2.2 KB | 0644 |
|