yjryu / UI_Layout star
File name
Commit message
Commit date
yjryu 01-10 2041009 240110 류윤주 commit 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