0.1.14 • Published 2 months ago

@trenskow/stream-limiter v0.1.14

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 months ago

@trenskow/stream-limiter

A transform stream to limit the length of a stream.

Usage

const StreamLimiter = require('@trenskow/stream-limiter');

const myReadableStream = /* a readable stream */
const myWriteableStream = /* a writeable stream */

myReadableStream.pipe(new StreamLimiter(1000 /* (limit) */)).pipe(myWriteableStream)

LICENSE

See LICENSE

0.1.14

2 months ago

0.1.13

4 months ago

0.1.10

8 months ago

0.1.11

7 months ago

0.1.12

6 months ago

0.1.8

9 months ago

0.1.7

10 months ago

0.1.9

9 months ago

0.1.6

1 year ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago