has
!Build statustravis-imagetravis-url
!Git taggit-imagegit-url
!NPM versionnpm-imagenpm-url
!Code stylestandard-imagestandard-url
Safe, functional hasOwnProperty
Installation
$ npm install @f/has
Usage
```js var has = require('@f/has') var cache = {} function isCached (id) { return has(id, cache) } ```API
has(prop, obj)
prop
- The property who's existence to check
obj
- The object on which to check the property