@tscript-utils/is-null-or-undefined
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@tscript-utils/is-null-or-undefined

NPM package to find if the argument is null or undefined

Install

npm i --save @tscript-utils/is-null-or-undefined

Import

import {isNullOrUndefined} from "@tscript-utils/is-null-or-undefined";

Usage

    isNullOrUndefined(null); // will return true
    isNullOrUndefined(undefined); // will return true

Readme

Keywords

Package Sidebar

Install

npm i @tscript-utils/is-null-or-undefined

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

12.8 kB

Total Files

16

Last publish

Collaborators

  • ravichandrar