Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sube

spectjs60ISC2.3.0

Weak subscribe to any reactive source

subscribe, observable, async-iterator, rxjs, rx, promise

readme

sube

Subscribe weakly to any reactive source

import sub from './sube.js'

unsub = sub(source, onnext, onerror?, oncomplete?)

unsub() // unsubscribe

Kinds of sources:

🕉