0.1.1 • Published 3 years ago

@annexe/nowt v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@annexe/nowt

@annexe/nowt houses all annexe nowt methods under the nowt namespace which basically deals with null or undefined values.

Methods

The following are available methods under the nowt namespace:

  • isNil
  • isNull
  • isUndefined

Usage

import nowt from '@annexe/map';

const myVar = undefined;
console.log(nowt.isUndefined(myVar)); // logs TRUE