cut.md
October 8, 2016 ยท View on GitHub
Transform to cut string and binary streams
import * as ez from 'ez-streams'
transform = ez.transforms.cut(options)
cuts a string or binary stream in chunks of equal size
October 8, 2016 ยท View on GitHub
import * as ez from 'ez-streams'
transform = ez.transforms.cut(options)