Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/

LICENSE /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/LICENSE
268 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/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/README.md
202 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/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/inherits.js
157 Views
0 Comments
try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.e
inherits_browser.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/inherits_browser.js
170 Views
0 Comments
if (typeof Object.create === 'function') {
// implementation from standard node.js 'util' module
module.exports = function i
package.json /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/inherits/package.json
117 Views
0 Comments
{
"name": "inherits",
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
"ve