Skip to main

flatWith

flatWith

Signature - source.ts#L2200

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