d3f40b6
1 2 3 4 5 6 7
'use strict'; var dargs = require('dargs'); module.exports = function (obj) { return dargs(obj, { ignoreFalse: true }); };