Skip to content

This is a hello world project to learn to publish npm packages

Notifications You must be signed in to change notification settings

Creative-dev-spirit/npm-package-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## 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

About

This is a hello world project to learn to publish npm packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published