UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

5 lines (4 loc) 101 B
var notEmpty = require("./notEmpty"); module.exports = function empty(o) { return !notEmpty(o); };