• Chunks an array into smaller arrays of (at most) the specified size.

    Type Parameters

    • T

    Parameters

    • array: T[]
    • chunkSize: number

    Returns T[][]

Generated using TypeDoc