UNPKG

@cycle/state

Version:

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

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