UNPKG

multitude

Version:

Comprehensive streams for push and pull

7 lines (6 loc) 379 B
import { Push } from "../../../definitions"; export declare class From { static compatible<T>(Constructor: Push.LikeConstructor, compatible: Push.Compatible<T>): Push.Observable<T>; static like<T>(Constructor: Push.LikeConstructor, like: Push.Like<T>): Push.Observable<T>; static iterable<T>(Constructor: Push.LikeConstructor, iterable: Iterable<T>): Push.Like<T>; }