Bez popisu

golf 77628cf8bf first comm %!s(int64=2) %!d(string=před) roky
..
src 77628cf8bf first comm %!s(int64=2) %!d(string=před) roky
test 77628cf8bf first comm %!s(int64=2) %!d(string=před) roky
LICENSE-MIT 77628cf8bf first comm %!s(int64=2) %!d(string=před) roky
README.md 77628cf8bf first comm %!s(int64=2) %!d(string=před) roky
package.json 77628cf8bf first comm %!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