@trenskow/null-stream
v0.1.15
Published
A simple writeable stream that outputs to nothing.
Readme
@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.
