X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/has
lib
/
node_modules
/
npm
/
node_modules
/
has
/
ðŸ“
..
📄
LICENSE-MIT
(1.04 KB)
📄
README.md
(239 B)
📄
package.json
(1.18 KB)
ðŸ“
src
Editing: README.md
# 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 ```
Upload File
Create Folder