/
usr
/
lib
/
node_modules
/
pm2
/
node_modules
/
has
/
/usr/lib/node_modules/pm2/node_modules/has
mkdir
upload
Name
Size
Mode
Actions
src/
-
0755
rm
test/
-
0755
rm
LICENSE-MIT
1060
0644
edit
dl
rm
package.json
1778
0644
edit
dl
rm
README.md
239
0644
edit
dl
rm
Edit:
/usr/lib/node_modules/pm2/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 ```
Save
cmd:
run