export const [WIDTH, HEIGHT] = [10, 24] export type cell = string export type row = cell[] export type bucket = row[]