UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

19 lines (12 loc) 239 B
# has > Object.prototype.hasOwnProperty.call shortcut ## Installation ```sh npm install --save has ``` ## Usage ```js var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true ```