Sin descripción

golf 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años
..
src 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años
test 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años
LICENSE-MIT 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años
README.md 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años
package.json 77628cf8bf first comm %!s(int64=2) %!d(string=hace) años

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