Skip to main

windowCount

windowCount

Signature - source.ts#L3366

function windowCount(
    maxWindowLength: number,
    createEvery?: number,
): <T>(source: Source<T>) => Source<Source<T>>