Adding first working version
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { Cells } from '../types.js'
|
||||
|
||||
export function emptyCellsLike(cells: Cells): Cells {
|
||||
return cells.map((row) => row.map(() => false))
|
||||
}
|
||||
Reference in New Issue
Block a user