1.0.0 • Published 3 years ago

pipenull v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pipenull

Yeeeh, you can pipe nothing because you don't want use any WriteableStream !!

Install

Install it with npm or yarn.

With npm:
$ npm i pipenull

or

With yarn:
$ yarn add pipenull

How to use ?

Easy peasy !! like this one:

// Javascript
const pipenull = require("pipenull");
// Typescript
import pipenull from "pipenull";
...
.pipe(pipenull)
.on('end', ()=> {
    ....
});