3.55.0 • Published 3 years ago

@trivikr-test/chunked-stream-reader-node-esm v3.55.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@aws-sdk/chunked-stream-reader-node

NPM version NPM downloads

Exports a streamReader function that accepts a readable stream, a function to call on each chunk, and a chunk size in bytes to buffer interally before calling the supplied function.

This package is meant for the AWS SDK for JavaScript to enable reading a stream with consistent chunk sizes.

An internal package

Usage

You probably shouldn't, at least directly.