astarjs
Version:
Pathfinding algorithm library.
7 lines • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Heuristic = exports.PathFinding = void 0;
var PathFinding_1 = require("./PathFinding");
Object.defineProperty(exports, "PathFinding", { enumerable: true, get: function () { return PathFinding_1.PathFinding; } });
Object.defineProperty(exports, "Heuristic", { enumerable: true, get: function () { return PathFinding_1.Heuristic; } });
//# sourceMappingURL=index.js.map