UNPKG

nyks

Version:

nodejs exupery style

10 lines (8 loc) 145 B
"use strict"; module.exports = function(that, keys) { var out = {}; keys.forEach(function(k) { out[k] = that[k]; }); return out; };