1.0.4 • Published 5 years ago

checkempty v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago