mstade / funkis

Functional JavaScript
MIT License
6 stars 0 forks source link

Enables `get` to work recursively if given an array as key #25

Closed mstade closed 9 years ago

mstade commented 9 years ago

The array is treated as a path of property names to resolve, and should any of them fail then notFound will be returned.