UNPKG

discord-battleship

Version:

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

5 lines 96 B
export default interface Cords { letter: string; number: number; cord: string; }