0.1.4 • Published 6 months ago

@trenskow/null-stream v0.1.4

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

@trenskow/null-stream

A simple writeable stream that outputs to nothing.

Usage

The usage is pretty simple.

import NullStream from '@trenskow/null-stream';

const null = new NullStream();

null.write('Garbage.');

License

See license in LICENSE.

0.1.4

6 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

8 months ago

0.1.0

8 months ago