battleship-types
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -66,6 +66,8 @@ // Type definitions for battleship-types 1.0 | ||
export type orientation = 'horizontal' | 'vertical' | ||
export interface IShip { | ||
type: ShipType | ||
name: string | ||
orientation: 'horizontal' | 'vertical' | ||
orientation: ShipOrientation | ||
spacesOccupied: IPoint[] | ||
@@ -72,0 +74,0 @@ size: number |
{ | ||
"name": "battleship-types", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript type definitions for the game of Battleship.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2699
77