augment-vir - v31.25.0
    Preparing search index...

    Type Alias ChunkArrayOptions

    ChunkArrayOptions: RequireExactlyOne<{ chunkCount: number; chunkSize: number }>

    Options for chunkArray. Only set one property (chunkCount or chunkSize). If the value given is 0, the array will not be chunked at all.