UNPKG

hexagrid

Version:

Hexagonal grid with fast lookup

12 lines 702 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Direction = exports.CubeCoordinates = exports.Grid = exports.Hex = void 0; const hex_1 = require("./src/hex"); exports.Hex = hex_1.default; const grid_1 = require("./src/grid"); exports.Grid = grid_1.default; const cubecoordinates_1 = require("./src/cubecoordinates"); Object.defineProperty(exports, "CubeCoordinates", { enumerable: true, get: function () { return cubecoordinates_1.CubeCoordinates; } }); const direction_1 = require("./src/direction"); Object.defineProperty(exports, "Direction", { enumerable: true, get: function () { return direction_1.Direction; } }); //# sourceMappingURL=index.js.map