mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-01 08:52:03 +08:00
has
Object.prototype.hasOwnProperty.call shortcut
Installation
npm install --save has
Usage
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true