Skip to main

raceWith

raceWith

Signature - source.ts#L1442

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