📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:04:43
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
has
📍 /usr/lib/node_modules/npm/node_modules/has
🔄 Refresh
✏️
Editing: README.md
Read Only
# 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 ```
💾 Save Changes
❌ Cancel