UNPKG

@nmscd/coordinate-conversion

Version:
10 lines (8 loc) 780 B
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, };