root 3bf41bf355 update 1 gadu atpakaļ
..
src 3bf41bf355 update 1 gadu atpakaļ
test 3bf41bf355 update 1 gadu atpakaļ
LICENSE-MIT 3bf41bf355 update 1 gadu atpakaļ
README.md 3bf41bf355 update 1 gadu atpakaļ
package.json 3bf41bf355 update 1 gadu atpakaļ

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