Closed tjmehta closed 8 years ago
const obj = { foo: undefined, bar: false, qux: true } pick(obj, ['foo', 'bar', 'yolo']) /* { bar: false } should return: { foo: undefined, bar: false } */
fixed 101@1.3.1