2.0.0 • Published 7 years ago
lodex-processing v2.0.0
A dedicated ezs server for Lodex
with docker
$ make build
$ make runor with ezmaster
******AND*** A collection of ezs functions.
This package cannot be used alone. ezs has to be installed
Usage
import ezs from 'ezs';
import ezsLodex from 'lodex-processing';
ezs.use(ezsLodex);
process.stdin
.pipe(ezs('flattenPatch'))
.pipe(process.stdout);Statements
Table of Contents
flattenPatch
Take Object and transform all key ending byu number on array.
Returns Object