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

0.1.1 • Public • Published

@annexe/nowt.isnull

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

Installation

To install @annexe/nowt.isnull

Yarn

yarn add @annexe/nowt.isnull

NPM

npm install @annexe/nowt.isnull

Usage

import { isNull } from '@annexe/nowt.isnull';

console.log(isNull(123)); // logs FALSE
console.log(isNull(null); // logs TRUE

/@annexe/nowt.isnull/

    Package Sidebar

    Install

    npm i @annexe/nowt.isnull

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    3.38 kB

    Total Files

    14

    Last publish

    Collaborators

    • heyjules