0.1.1 • Published 13 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 propcontribute
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 proppull requests welcome
MIT