Files
how2ice 44cca8f122 init
2025-08-14 23:34:11 +09:00

10 lines
250 B
JavaScript
Executable File

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