UNPKG

@2d-game-grid/square

Version:
5 lines (4 loc) 126 B
/** * An algorithm that could be used for distance calculation */ export type DistanceAlgorithm = 'MANHATTAN' | 'EUCLIDEAN'