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.

5 lines (4 loc) 510 B
/*****************************************************************************************************************/ /*****************************************************************************************************************/ export type GregorianMonth = 'January' | 'February' | 'March' | 'April' | 'May' | 'June' | 'July' | 'August' | 'September' | 'October' | 'November' | 'December'; /*****************************************************************************************************************/