0.0.5 • Published 7 years ago

apop v0.0.5

Weekly downloads
22
License
ISC
Repository
github
Last release
7 years ago

apop :snake:

For transformation data. Replaces recursive nested constructions to flow functions

build status apop version

Full documentation

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
0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago