Skip to main

windowTime

windowTime

Signature - source.ts#L3386

function windowTime(
    maxWindowDuration?: number | null,
    creationInterval?: number | null,
    maxWindowLength?: number,
): <T>(source: Source<T>) => Source<Source<T>>