1.0.4 • Published 6 years ago

checkempty v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Usage:

const checkEmpty = require('checkempty');
console.log(checkEmpty(null));  // return true
console.log(checkEmpty(""));  // return true
console.log(checkEmpty("number or string or anything else"));  // return false
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago