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

1.1.0 • Public • Published

xstream-from-mutant

npm install xstream-from-mutant

Example:

import xsFromMutant from 'xstream-from-mutant'
 
const Value = require('mutant/value')
const obs = Value()
obs.set(true)
 
const stream = xsFromMutant(obs)

Readme

Keywords

none

Package Sidebar

Install

npm i xstream-from-mutant

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • staltz