UNPKG

multitude

Version:

Comprehensive streams for push and pull

4 lines (3 loc) 176 B
import { Push } from "../../definitions"; import { NullaryFn } from 'type-core'; export declare function defer<T>(deferral: NullaryFn<T | PromiseLike<T>>): Push.Observable<T>;