stream-shift

WebJar for stream-shift

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

stream-shift
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

stream-shift
WebJar for stream-shift
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/mafintosh/stream-shift

Download stream-shift

How to add to project

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

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.

stream-shift

Returns the next buffer/object in a stream's readable queue

npm install stream-shift

build status

Usage

var shift = require('stream-shift')

console.log(shift(someStream)) // first item in its buffer

Credit

Thanks @dignifiedquire for making this work on node 6

License

MIT

Versions

Version
1.0.1
1.0.0