UNPKG

@tubular/astronomy

Version:

Astronomical calculations for planetary positions, moon phases, eclipses, rise, transit, and set times, and more.

8 lines 322 B
import { AsteroidCometInfo } from './solar-system'; export interface IAstroDataService { getStars(): Promise<ArrayBuffer>; getGrsData(): Promise<ArrayBuffer>; getAsteroidData(): Promise<AsteroidCometInfo[]>; getCometData(): Promise<AsteroidCometInfo[]>; } //# sourceMappingURL=i-astro-data.service.d.ts.map