lodex-processingdeprecated

ezs dedicated statements for Lodex

Usage no npm install needed!

<script type="module">
  import lodexProcessing from 'https://cdn.skypack.dev/lodex-processing';
</script>

README

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