UNPKG

@cycle/run

Version:

The Cycle.js run() function to use with xstream

7 lines (6 loc) 207 B
import { Stream } from 'xstream'; export interface AdaptStream { (s: Stream<any>): any; } export declare function setAdapt(f: AdaptStream): void; export declare function adapt(stream: Stream<any>): any;