0.1.1 • Published 3 years ago

@annexe/nowt.isundefined v0.1.1

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

@annexe/nowt.isundefined

A utility function to validate if a value is of null type.

Installation

To install @annexe/nowt.isundefined

Yarn

yarn add @annexe/nowt.isundefined

NPM

npm install @annexe/nowt.isundefined

Usage

import { isUndefined } from '@annexe/nowt.isundefined';

console.log(isUndefined(123)); // logs FALSE
console.log(isUndefined(undefined); // logs TRUE