🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 02:44:36 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs14
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
has
📍 /opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules.bundled/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