/var/www/qr4y.com/server/delivery/node_modules/has
NameSizeModeActions
src/-0755rm
test/-0755rm
LICENSE-MIT10600644editdlrm
package.json18000644editdlrm
README.md2390644editdlrm
Edit: /var/www/qr4y.com/server/delivery/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 ```