This package has been deprecated

Author message:

The package is renamed to @basic-streams/prepend

@basic-streams/start-with
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @basic-streams/start-with

Weekly Downloads

1

Version

0.0.11

License

MIT

Unpacked Size

3.4 kB

Total Files

8

Last publish

Collaborators

  • pozadi