UNPKG

bingo-master

Version:

A Bingo game library implemented in TypeScript

4 lines 70 B
export type Tile = { value: number; isCanceled: boolean; }