is-unnull

1.0.0 • Public • Published

is-unnull

Return true if the given value is unnull.

Install

Install with npm:

$ npm install --save is-unnull

Usage

var isUnnull = require('is-unnull');

isUnnull(0);
//=> true
isUnnull(null);
//=> false
isUnnull("2");
//=> true
isUnnull(undefined);
//=> true

Readme

Keywords

Package Sidebar

Install

npm i is-unnull

Weekly Downloads

22

Version

1.0.0

License

MIT

Unpacked Size

2.15 kB

Total Files

5

Last publish

Collaborators

  • vtheskeleton