UNPKG

@cycle/most-run

Version:

The Cycle run() function to be used with most.js

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;