Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/inherits/inherits.js
VanyaAlekseev c91124ead4 lab3
2023-12-21 21:08:22 +04:00

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