UNPKG

@motorcycle/test

Version:
6 lines (5 loc) 274 B
import { ProxyStream } from '@motorcycle/stream'; import { Stream } from '@motorcycle/types'; export declare function createProxySinks<Sinks extends { readonly [key: string]: Stream<any>; }>(sinks: Record<keyof Sinks, ProxyStream<any>>, endSignal: Stream<void>): Sinks;