prop
Functional method to get a property from an object.
usage
var obj = foo: 'bar'var result = obj// Also with nested propertiesvar nested = foo: bar: "baz"var result = nested
install
npm install prop
contribute
pull requests welcome
license
MIT