Node-Red configuration
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dirk Alders 97486731b5 Dashboard 2 - EG-West 4 mēnešus atpakaļ
..
HISTORY.md Dashboard 2 - EG-West 4 mēnešus atpakaļ
LICENSE Dashboard 2 - EG-West 4 mēnešus atpakaļ
README.md Dashboard 2 - EG-West 4 mēnešus atpakaļ
index.js Dashboard 2 - EG-West 4 mēnešus atpakaļ
package.json Dashboard 2 - EG-West 4 mēnešus atpakaļ

README.md

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