UNPKG

discord-battleship

Version:

Create and handle advanced versions of the old classic game, BatlleShip!

9 lines 168 B
export default interface Board { data: string; ship: string; cords: { letter: string; number: number; cord: string; } }