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

0.1.1 • Public • Published

@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

Package Sidebar

Install

npm i @annexe/nowt.isundefined

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

3.59 kB

Total Files

14

Last publish

Collaborators

  • heyjules