get-result
v0.1.0
Published
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.
Downloads
16
Readme
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