@unction/isnil
TypeScript icon, indicating that this package has built-in type declarations

6.6.3 • Public • Published

@unction/isNil

Tests Stability Dependencies

A => boolean

Determines if a value is not a value.

isNil(null) // true
isNil(undefined) // true
isNil(0) // false
isNil("") // false
isNil([]) // false
isNil({}) // false

Readme

Keywords

Package Sidebar

Install

npm i @unction/isnil

Weekly Downloads

41

Version

6.6.3

License

ISC

Unpacked Size

16.6 kB

Total Files

25

Last publish

Collaborators

  • krainboltgreene