Preparing search index...
The search index is not available
unified-mandala - v1.0.0
unified-mandala
shared-utils/jsonFragmenter
splitJsonArray
Function splitJsonArray
split
Json
Array
<
T
>
(
items
,
chunkSize
)
:
T
[]
[]
Splits an array into chunks of the given size.
Type Parameters
T
Parameters
items
:
T
[]
Array of items to chunk.
chunkSize
:
number
Size of each chunk.
Returns
T
[]
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
unified-mandala - v1.0.0
Loading...
Splits an array into chunks of the given size.