UNPKG

@nmscd/coordinate-conversion

Version:
4 lines (2 loc) 120 B
import { VoxelOutput } from '../../types/voxelTypes'; export declare function coords2XYZ(coords: string): VoxelOutput;