typescript(loopover): chore: removed the testing stuff (for now)
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
90b404f68b
commit
a156a02f94
3 changed files with 0 additions and 70 deletions
typescript/loopover/src/helpers
|
@ -1,6 +0,0 @@
|
|||
import { rangeArray } from './rangeArray'
|
||||
|
||||
export const chunkX = <T>(arr: T[], width: number, height: number): T[][] =>
|
||||
rangeArray(0, this.height).map(index =>
|
||||
arr.slice(index * height, (index + 1) * width)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue