A simple writeable stream that outputs to nothing.
npm install @trenskow/null-stream@trenskow/null-stream
----
A simple writeable stream that outputs to nothing.
The usage is pretty simple.
```javascript
import NullStream from '@trenskow/null-stream';
const null = new NullStream();
null.write('Garbage.');
```
See license in LICENSE.