2.0.0 • Published 6 years ago

lodex-processing v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

A dedicated ezs server for Lodex

with docker

$ make build 
$ make run

or 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