Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rupeshiya/testnull
- Owner: Rupeshiya
- License: mit
- Created: 2018-05-30T21:21:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T18:47:41.000Z (over 6 years ago)
- Last Synced: 2024-11-19T01:07:59.341Z (about 2 months ago)
- Topics: npm, npm-module, npm-package, npmjs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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