UNPKG

@caveworld/honeycomb-grid

Version:
3 lines (2 loc) 154 B
import { CubeCoordinates, PartialCubeCoordinates } from '../types'; export declare const round: ({ q, r, s }: PartialCubeCoordinates) => CubeCoordinates;