@f/has

1.0.1 • Public • Published

has

Build status Git tag NPM version Code style

Safe, functional hasOwnProperty

Installation

$ npm install @f/has

Usage

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

Returns: Boolean value indicating whether or not the property exists.

License

MIT

/@f/has/

    Package Sidebar

    Install

    npm i @f/has

    Weekly Downloads

    106

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • f