lodash-exists

1.0.3 • Public • Published

Lodash Exists

Build Status

Extends lodash to check if a value exists

Example

var _ = require('lodash');
require('lodash-exists')

_.exists('') // false
_.exists(null) // false
_.exists(undefined) // false
_.exists(true) // true
_.exists(false) // true
_.exists('Some string') // true
_.exists(3) // true

Readme

Keywords

none

Package Sidebar

Install

npm i lodash-exists

Weekly Downloads

75

Version

1.0.3

License

MIT

Last publish

Collaborators

  • luiselizondo