arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
raw
history blame contribute delete
192 Bytes
try {
var util = require('util');
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
module.exports = require('./inherits_browser.js');
}