Files: d2f2697f296dd39aed6a8b63c6d04a736a7db5b3 / node_modules / inherits / inherits.js
192 bytesRaw
1 | try { |
2 | var util = require('util'); |
3 | if (typeof util.inherits !== 'function') throw ''; |
4 | module.exports = util.inherits; |
5 | } catch (e) { |
6 | module.exports = require('./inherits_browser.js'); |
7 | } |
8 |
Built with git-ssb-web