Type Alias ChunksFrom<S>

ChunksFrom<S>: BiReadonlyArray<S[number]>

Extracts the type of the items in the given array type and returns an array of arrays

Type Parameters

  • S extends ReadonlyArray<unknown>