UNPKG

multitude

Version:

Comprehensive streams for push and pull

3 lines (2 loc) 165 B
import { Push } from "../../definitions"; export declare function transform<T, R>(transformation: (observable: Push.Observable<T>) => R): Push.Transformation<T, R>;