SiddheshRane / node-has

Debian package for nodejs package `has`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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

About

Debian package for nodejs package `has`

License:MIT License


Languages

Language:JavaScript 100.0%