/var/www/greso.tech/server/nsm/node_modules/has
NameSizeModeActions
src/-0755rm
test/-0755rm
LICENSE-MIT10600644editdlrm
package.json10110644editdlrm
README.md2390644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/has/README.md (239B)
# has > Object.prototype.hasOwnProperty.call shortcut ## Installation ```sh npm install --save has ``` ## Usage ```js var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true ```