UNPKG

nyks

Version:

nodejs exupery style

10 lines (8 loc) 147 B
"use strict"; module.exports = function(that, index) { let out = {}; that.forEach(function(v) { out[v[index]] = v; }); return out; };