You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* this is similar to handlebars-helpers' [`get`](https://github.com/helpers/handlebars-helpers#get), but the context is called on a returned function.
* this allows you to easily convert arrays of objects to arrays of a specific property from each objects
* @param {string} prop key/path, passed to [`_get()`](https://lodash.com/docs/4.17.4#get)
* @return {*} value of the property from the object