UNPKG

callbag-remember

Version:

👜 Callbag operator which shares input stream between subscribers and emits last emitted value upon subscription.

4 lines (2 loc) • 100 B
import { Source } from 'callbag' export default function remember<T>(source: Source<T>): Source<T>