1.0.0 • Published 5 years ago

anil-package v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

npm_package_first

The first npm package by me.

The package is a demo. It has a simple function to return "true" or "false", based on input.

Usage

Install the package using npm : npm install is-null-or-empty --save Then, require the package and use it: Comment: To check if this usage is proper var isNullOrEmpty = require('is-null-or-empty'); console.log(isNullOrEmpty("")); // true console.log(isNullOrEmpty("Hello World")); // false

1.0.0

5 years ago