QubitProducts / slapdash

A lightweight JavaScript utility belt with native method override protection
http://npmjs.org/packages/slapdash
MIT License
3 stars 1 forks source link

Change behavior of `pick` to *not* include undefined values #36

Closed jimmed closed 8 years ago

jimmed commented 8 years ago

As pointed out by @roberttod, there's no utility in including undefined values in the object returned by pick.

jimmed commented 8 years ago

( @roberttod @alanclarke )

roberttod commented 8 years ago

👍