ductile
Version:
Elasticsearch Bulk Loader
24 lines (20 loc) • 451 B
JavaScript
// Generated by CoffeeScript 1.11.1
(function() {
var slice = [].slice;
module.exports = function() {
var i, k, len, o, os, t, v;
os = 1 <= arguments.length ? slice.call(arguments, 0) : [];
t = {};
for (i = 0, len = os.length; i < len; i++) {
o = os[i];
for (k in o) {
v = o[k];
if (v) {
t[k] = v;
}
}
}
return t;
};
}).call(this);
//# sourceMappingURL=mixin.js.map