mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-07-30 14:49:27 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
has
Object.prototype.hasOwnProperty.call shortcut
Installation
npm install --save has
Usage
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true