windowTime
Source Location: packages/core/src/source.ts#L3292
Signature
function windowTime( maxWindowDuration?: number | null, creationInterval?: number | null, maxWindowLength?: number, ): <T>(source: Source<T>) => Source<Source<T>>
Source Location: packages/core/src/source.ts#L3292
function windowTime( maxWindowDuration?: number | null, creationInterval?: number | null, maxWindowLength?: number, ): <T>(source: Source<T>) => Source<Source<T>>