UNPKG

amos-tool

Version:

amos ui tool

8 lines (7 loc) 213 B
"use strict"; module.exports = { arrayToObject: function(e, t) { for (var r = t && t.plainObjects ? Object.create(null) : {}, c = 0; c < e.length; ++c) void 0 !== e[c] && (r[c] = e[c]); return r; } };