ken_nogi/NodeJS/postfixConsole_org/node_modules/unpipe
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00
..
HISTORY.md up 2026-07-10 18:13:30 +09:00
index.js up 2026-07-10 18:13:30 +09:00
LICENSE up 2026-07-10 18:13:30 +09:00
package.json up 2026-07-10 18:13:30 +09:00
README.md up 2026-07-10 18:13:30 +09:00

unpipe

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Unpipe a stream from all destinations.

Installation

$ npm install unpipe

API

var unpipe = require('unpipe')

unpipe(stream)

Unpipes all destinations from a given stream. With stream 2+, this is equivalent to stream.unpipe(). When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in stream.pipe(dest).

License

MIT