transformers/map
description
Returns a mapping Transformer
, which will map an item to another, exactly like Array.prototype.map, but instead returning a decorated reducer. transformers/map
accepts a mapper
function and returns another transformer function.
example
basic example
Last updated