3.1.0 • Published 3 years ago
@calipsa/stream-utils v3.1.0
@calipsa/stream-utils
Installation
npm install --save @calipsa/stream-utils
Usage
Basic usage:
const {
bufferToStream,
splitStream,
streamToBuffer,
StreamWithBuffer,
StreamWithFrames,
} = require('@calipsa/stream-utils')
// ..