UNPKG

discord-battleship

Version:

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

7 lines 159 B
export default interface Boat { name: string; length: number; hits: number; sunk: boolean; } //# sourceMappingURL=Boat.interface.d.ts.map