Skip to content

iamtarunbhardwaj/demo_pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

isNullOrNot_pkg

Used to check if input is null or not

usage

  1. First install it npm install isNullOrNot --save
  2. Require it const pkg = require("isNullOrNot")
  3. Use it console.log(isNullOrNot("")) ==> returns true console.log(isNullOrNot("hello world")) ==> returns false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published