prop-transform
Wrapper function for dot-prop
, suitable for usage as an array mapper.
Example
var transform = var data = nested: prop: 'stuff' nested: prop: 'other' var output = dataconsole // 'STUFF'console // 'OTHER'
License
Apache-2.0