0.0.11 • Published 7 years ago

@basic-streams/start-with v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@basic-streams/start-with

startWith<T, U>(x: T, stream: Stream<U>): Stream<T | U>

TODO: description

import fromIterable from "@basic-streams/from-iterable"
import startWith from "@basic-streams/start-with"

const stream = fromIterable([1, 2, 3], 5000)

// TODO: example
const result = stream

result(x => {
  console.log(x)
})

// > TODO: output

// stream: ____1____2____3
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.1

7 years ago