@nmscd/coordinate-conversion
Version:
Library to convert NMS coordinates
10 lines (8 loc) • 780 B
TypeScript
import { GalacticCoordinate } from './converter/galactic/galacticCoordinate';
import { PortalCode } from './converter/portal/portalCode';
import { VoxelCoordinate } from './converter/voxel/voxelCoordinate';
import { GalacticCodeGroupsInput, GalacticCodeInput, GalacticInput, GalacticOutput } from './types/galacticTypes';
import { GlyphInput, GlyphOutput } from './types/glyphTypes';
import { VoxelCoordinates, VoxelInput, VoxelOutput } from './types/voxelTypes';
declare const getPackageVersion: () => string;
export { GalacticCoordinate, PortalCode, VoxelCoordinate, getPackageVersion, type GalacticCodeGroupsInput, type GalacticCodeInput, type GalacticInput, type GalacticOutput, type GlyphInput, type GlyphOutput, type VoxelCoordinates, type VoxelInput, type VoxelOutput, };