xstream-from-pull-stream
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

xstream-from-pull-stream

npm install xstream-from-pull-stream

Example:

import xsFromPullStream from 'xstream-from-pull-stream'

const values = require('pull-stream/sources/values')
const pullStream = values([10, 20, 30, 40])

const stream = xsFromPullStream(pullStream)

Readme

Keywords

none

Package Sidebar

Install

npm i xstream-from-pull-stream

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

4.73 kB

Total Files

6

Last publish

Collaborators

  • staltz