Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupeshiya/testnull

A simple npm package for testing null value.
https://github.com/rupeshiya/testnull

npm npm-module npm-package npmjs

Last synced: about 2 months ago
JSON representation

A simple npm package for testing null value.

Awesome Lists containing this project

README

        

# npmTestNULL

A node.js package to check whether a string is null or empty. It's only for npm learning.

## Setup:-
First install package using npm:
```
npm install test_null --save
```
Then require the package in your project and use it like this:

``` console.log("");//true
console.log("null");//true
console.log("undefined");//true
console.log("rupesh");//false
```

## license: MIT
#Made by :heart:rupeshiya