UNPKG

@basic-streams/ap

Version:
9 lines (6 loc) 167 B
// @flow import type {Stream} from "@basic-streams/stream" declare export default function ap<T, U>( streamF: Stream<(T) => U>, streamV: Stream<T>, ): Stream<U>