mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .. | ||
| src | ||
| test | ||
| LICENSE-MIT | ||
| package.json | ||
| README.md | ||
has
Object.prototype.hasOwnProperty.call shortcut
Installation
npm install --save has
Usage
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true