UNPKG

@caveworld/honeycomb-grid

Version:
4 lines (3 loc) 197 B
import { Hex, HexCoordinates } from '../../hex'; import { Traverser } from '../types'; export declare const fromCoordinates: <T extends Hex>(...coordinates: HexCoordinates[]) => Traverser<T, T[]>;