UNPKG

aeolus

Version:

AtomicLlama's fast and problem free framework for fast NodeJS Servers.

6 lines (4 loc) 146 B
var isEmpty = function(value){ return Boolean(value && typeof value == 'object') && !Object.keys(value).length; }; module.exports = isEmpty;