1.0.3 • Published 3 years ago

@geut/splitter v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

splitter

Split your data from one side, merge from the other one

Tests JavaScript Style Guide standard-readme compliant

Made by GEUT

Install

$ npm install @geut/splitter

Usage

import { Split, Merge } from '@geut/splitter'

// split from one side
const split = new Split({ chunkSize: 1024 })
pipe(source, split, conn)

// merge from the other side
const merge = new Merge()
pipe(conn, merge, destination)

Issues

:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago