Sha256: bb55f35abf9c3eda02020041eddd1fba1d29dafb4c348a14731f0d78410e87a2
Contents?: true
Size: 239 Bytes
Versions: 129
Compression:
Stored size: 239 Bytes
Contents
# 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 ```
Version data entries
129 entries across 128 versions & 20 rubygems