UNPKG

battleships-engine

Version:
5 lines (4 loc) 170 B
export { default as Ship } from "@/ship"; export { default as GameBoard } from "@/gameboard"; export { default as Coords } from "@/coords"; export * from "@/types/type";