UNPKG

@rickosborne/hexgrid

Version:

Rick Osborne's collection of hexagonal grid-related code.

5 lines 149 B
export interface Point { system: string; } export type Axis<P extends Point> = Exclude<keyof P, keyof Point>; //# sourceMappingURL=point.d.ts.map