@annexe/nowt.isundefined
v0.1.1
Published
A utility function to validate if a value is undefined
Downloads
4
Maintainers
Readme
@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