-
Notifications
You must be signed in to change notification settings - Fork 0
mukul24/npm-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# <packagename> <Description of what the package does> ## 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
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published