@annexe/nowt.isundefined
v0.1.1
Published
A utility function to validate if a value is undefined
Downloads
3
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.isundefinedNPM
npm install @annexe/nowt.isundefinedUsage
import { isUndefined } from '@annexe/nowt.isundefined';
console.log(isUndefined(123)); // logs FALSE
console.log(isUndefined(undefined); // logs TRUE