UNPKG

@basic-streams/take-until

Version:
9 lines (6 loc) 168 B
// @flow import type {Stream} from "@basic-streams/stream" declare export default function takeUntil<T>( controller: Stream<any>, stream: Stream<T>, ): Stream<T>