UNPKG

@cycle/state

Version:

Wraps your Cycle.js main function with reducer-driven state management

4 lines (3 loc) 192 B
import { Stream } from 'xstream'; import { InternalInstances } from './types'; export declare function pickCombine(selector: string): (inst$: Stream<InternalInstances<any>>) => Stream<any[]>;