UNPKG

multitude

Version:

Comprehensive streams for push and pull

4 lines (3 loc) 168 B
import { Push } from "../../../definitions"; import { Empty } from 'type-core'; export declare function tap<T>(observer?: Push.Observer<T> | Empty): Push.Operation<T>;