Bez popisu

tum 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky
..
src 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky
test 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky
LICENSE-MIT 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky
README.md 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky
package.json 30f7226d9a first commit %!s(int64=2) %!d(string=před) roky

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