0.1.4 • Published 5 months ago

@trenskow/null-stream v0.1.4

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 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

5 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

7 months ago

0.1.0

7 months ago