generate
Cosmos reports the state of the sky for a given time and place, with every value normalized for driving sound. It is a pure function of its arguments — the same latitude, longitude, and timestamp produce the same result on any machine, in any timezone.
generate({ latitude?: number; longitude?: number; elevation?: number; timestamp?: Date | number; skipPlanets?: boolean; })