0.1.4 • Published 5 months ago
@trenskow/null-stream v0.1.4
@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.