UNPKG

shortest-path

Version:

A TypeScript library that implements the A* (A-star) pathfinding algorithm to find the shortest path on a grid.

4 lines 181 B
import { shortestPath } from './shortest-path'; import type { Grid, Position } from './types'; export { shortestPath, type Grid, type Position }; //# sourceMappingURL=index.d.ts.map