Skip to main

startWithSources

startWithSources

Signature - source.ts#L2229

function startWithSources<T>(
    sources: Source<T>[],
): <U>(source: Source<U>) => Source<T | U>