#lodash
Read more stories on Hashnode
Articles with this tag
_.isEmpty(): Matches undefined, null, false & empty arrays, obj, strings const _ = require('lodash'); console.log( _.isEmpty(undefined), ...