callbag-drop-until
1.0.0 • Public • Published callbag-drop-until
Drop emitted values from source until provided observable emits.
Example
import dropUntil from 'callbag-drop-until'
import forEach from 'callbag-for-each'
import pipe from 'callbag-pipe'
import timer from 'callbag-timer'
pipe(
interval(1000),
dropUntil(timer(6000)),
forEach(value => {
console.log(value)
}),
)
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.0 | 78 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.0 | 78 | |
0.1.0 | 0 | |
Package Sidebar
Install
Weekly Downloads