Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/LICENSE
29 Views
0 Comments
The ISC License

Copyright (c) Isaac Z. Schlueter

Permission to use, copy, modify, and/or distribute this software for any
purp
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/README.md
35 Views
0 Comments
Browser-friendly inheritance fully compatible with standard node.js
[inherits](http://nodejs.org/api/util.html#util_util_inherit
inherits.js /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/inherits.js
5 Views
0 Comments
try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.e
inherits_browser.js /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/inherits_browser.js
5 Views
0 Comments
if (typeof Object.create === 'function') {
// implementation from standard node.js 'util' module
module.exports = function i
package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/inherits/package.json
18 Views
0 Comments
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"ve