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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    66
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    66
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i lodash-exists

Weekly Downloads

66

Version

1.0.3

License

MIT

Last publish

Collaborators

  • luiselizondo