UNPKG

@observerly/astrometry

Version:

observerly's lightweight, zero-dependency, type safe astrometry library written in Typescript for calculating the position of celestial objects in the sky.

8 lines (7 loc) 749 B
/*****************************************************************************************************************/ /*****************************************************************************************************************/ import type { FeatureCollection } from 'geojson'; import type { EquatorialCoordinate } from '../common'; /*****************************************************************************************************************/ export declare function createConstellationAsGeoJSON(name: string, meaning: string, centrum: EquatorialCoordinate, aster: number[][][], boundary: number[][][]): FeatureCollection; /*****************************************************************************************************************/