timeoutMs
Signature - source.ts#L3174
function timeoutMs<T>(
ms: number,
replacementSource: Source<T>,
): <U>(source: Source<U>) => Source<T | U>
function timeoutMs<T>(
ms: number,
replacementSource: Source<T>,
): <U>(source: Source<U>) => Source<T | U>