0.1.1 • Published 12 years ago
prop v0.1.1
prop
Functional method to get a property from an object.
usage
var obj = {foo: 'bar'}
var result = prop('foo')(obj)
install
npm install prop
contribute
pull requests welcome
license
MIT
Functional method to get a property from an object.
var obj = {foo: 'bar'}
var result = prop('foo')(obj)
npm install prop
pull requests welcome
MIT