test_null

1.0.1 • Public • Published

npmTestNULL

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

First install package using npm: npm install npmTestNULL --save

Then require the package and use it like this:

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

license: MIT

#Made by rupeshiya

/test_null/

    Package Sidebar

    Install

    npm i test_null

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    1.53 kB

    Total Files

    4

    Last publish

    Collaborators

    • rupeshiya