unpipe

WebJar for unpipe

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

unpipe
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

unpipe
WebJar for unpipe
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/stream-utils/unpipe

Download unpipe

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/unpipe/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>unpipe</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/unpipe/
implementation 'org.webjars.npm:unpipe:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/unpipe/
implementation ("org.webjars.npm:unpipe:1.0.0")
'org.webjars.npm:unpipe:jar:1.0.0'
<dependency org="org.webjars.npm" name="unpipe" rev="1.0.0">
  <artifact name="unpipe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='unpipe', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "unpipe" % "1.0.0"
[org.webjars.npm/unpipe "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

unpipe

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

Unpipe a stream from all destinations.

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ 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

org.webjars.npm

Versions

Version
1.0.0