0.1.0 • Published 10 years ago

get-result v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

get-result

Utility function for getting a named property from an object. If the named property is a function invoke it with the object as context and return the result, otherwise return the property.

Equivalent to _.result from underscore.js but published as a standalone Common JS module.

install

npm install get-result

example

var get-result = require('get-result');

credits

Credit goes to Jeremy Ashkenas and the rest of the underscore authors.

If you like this follow @HenrikJoreteg on twitter.

license

MIT