2.0.1 • Published 3 years ago

bipolar-stream v2.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

about

Helps detect change in a streaming fashion.

setup

Download from the npm registry:

# Add to package.json
npm install bipolar-stream

# Try out the enclosed example
node node_modules/bipolar-stream/example

usage

Give it a starting value then use like any other stream:

import bender from "bipolar-stream"
import process from "process"

const output = bender(100)

process.stdin.pipe(output).pipe(process.stdout)

output.on("data", () => {
  process.stdout.write("\n")
})

output.on("error", console.error)
2.0.1

3 years ago

1.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago