Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/has/README.mkd
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

239 B

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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