UNPKG

path-finding-2d

Version:
4 lines (3 loc) 171 B
export { NavMesh2d } from './nav-mesh-2d'; // Re-export types from poly-math-2d for convenience export type { Point, PolygonMap, TPolygon, Polygon } from 'poly-math-2d';