File name
Commit message
Commit date
mycoms 03-14 fd1d668 240314 김하영 최초 커밋 UNIX

has#

Object.prototype.hasOwnProperty.call shortcut

Installation#

npm install --save has

Usage#

var has = require('has');

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