Travis build: 1358 [cron]
This commit is contained in:
2
test/isEmpty/isEmpty.js
Normal file
2
test/isEmpty/isEmpty.js
Normal file
@ -0,0 +1,2 @@
|
||||
const isEmpty = val => val == null || !(Object.keys(val) || val).length;
|
||||
module.exports = isEmpty
|
||||
Reference in New Issue
Block a user