Umi — API References - v1.3.0
Preparing search index...
umi
chunk
Function chunk
chunk
<
T
>
(
array
:
T
[]
,
chunkSize
:
number
)
:
T
[]
[]
Chunks an array into smaller arrays of (at most) the specified size.
Type Parameters
T
Parameters
array
:
T
[]
chunkSize
:
number
Returns
T
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
Chunks an array into smaller arrays of (at most) the specified size.