is-value

1.0.1 • Public • Published

is-value

NPM version License Build status

Check if a value exists.

Installation

npm install is-value

Usage

var isValue = require('is-value')
 
isValue(true)      //=> true
isValue(false)     //=> true
isValue(null)      //=> false
isValue(undefined) //=> false

API

isValue(value) -> Boolean

Check if a value exists.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    7
  • 1.0.0
    3

Package Sidebar

Install

npm i is-value

Weekly Downloads

6

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gummesson