mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-23 04:20:56 +08:00
08d466b6ab
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