UNPKG

multitude

Version:

Comprehensive streams for push and pull

3 lines (2 loc) 127 B
import { Push } from "../../definitions"; export declare function fromPromise<T>(promise: PromiseLike<T>): Push.Observable<T>;