@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.
38 lines (37 loc) • 1.27 kB
TypeScript
/*****************************************************************************************************************/
/*****************************************************************************************************************/
export * from './aberration';
export * from './astrometry';
export * from './common';
export * from './conjunction';
export * from './constants';
export * from './constellations';
export * from './coordinates';
export * from './earth';
export * from './eclipse';
export * from './ecliptic';
export * from './epoch';
export * from './galactic';
export * from './humanize';
export * from './iers';
export * from './maths';
export * from './moon';
export * from './night';
export * from './nutation';
export * from './observation';
export * from './observer';
export * from './optics';
export * from './orbit';
export * from './planets';
export * from './precession';
export * from './projection';
export * from './q';
export * from './refraction';
export * from './seeing';
export * from './sun';
export * from './temporal';
export * from './time';
export * from './transit';
export * from './twilight';
export * from './wcs';
/*****************************************************************************************************************/