Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 983 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 983 Bytes

sube

Subscribe weakly to any reactive source

import sub from './sube.js'

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

unsub() // unsubscribe

Kinds of sources:

🕉