Format
This commit is contained in:
parent
d6cb2deadb
commit
af3c2ade08
|
@ -45,4 +45,4 @@ export function toBatches<T>(xs: T[], batchSize: number) {
|
||||||
result.push(xs.slice(i, i + batchSize))
|
result.push(xs.slice(i, i + batchSize))
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user