apop
v0.0.5
Published
For transformation data. Replaces recursive nested constructions to flow functions
Downloads
103
Maintainers
Readme
apop :snake:
For transformation data. Replaces recursive nested constructions to flow functions
The main idea
Array Parse
(ap) - apply flow actions to array.Object Parse
(op) - apply flow actions to object.
Installation
npm install --save apop
Imports
import ap from 'apop/ap';
import op from 'apop/op';
Contributing
Project is open for new ideas and features:
- New actions
- New experiments
- Support Map, Set
- Support async usage
- Support Immutable.js