@annexe/nowt
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@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

Package Sidebar

Install

npm i @annexe/nowt

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

8.14 kB

Total Files

14

Last publish

Collaborators

  • heyjules