You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyper-set/server/node_modules/has
Aurian JAULT 7a8469d1df
continuous-integration/drone/push Build is passing Details
Debut server
2 years ago
..
src Debut server 2 years ago
test Debut server 2 years ago
LICENSE-MIT Debut server 2 years ago
README.md Debut server 2 years ago
package.json Debut server 2 years ago

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true