UNPKG

discord-battleship

Version:

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

6 lines 143 B
export default interface Cords { letter: string; number: number; cord: string; } //# sourceMappingURL=Cords.interface.d.ts.map