For transformation data. Replaces recursive nested constructions to flow functions
Array Parse
(ap) - apply flow actions to array.Object Parse
(op) - apply flow actions to object.
npm install --save apop
import ap from 'apop/ap';
import op from 'apop/op';
Project is open for new ideas and features:
- New actions
- New experiments
- Support Map, Set
- Support async usage
- Support Immutable.js