UNPKG

multitude

Version:

Comprehensive streams for push and pull

4 lines (3 loc) 202 B
import { Push } from "../../../definitions"; export declare type StartStrategy = 'always' | 'no-emit'; export declare function start<T, U>(value: U, strategy?: StartStrategy): Push.Operation<T, T | U>;