UNPKG

wonka

Version:

A fast push & pull stream library for Reason, loosely following the [callbag spec](https://github.com/callbag/callbag)

4 lines (2 loc) 122 B
import { Source } from '../wonka_types'; export const combine: <A, B>(a: Source<A>) => (b: Source<B>) => Source<[A, B]>;