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

VersionDownloads (Last 7 Days)Tag
1.0.12latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.12
1.0.00

Package Sidebar

Install

npm i is-value

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gummesson