@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.
12 lines (11 loc) • 367 B
JavaScript
// @license Copyright © 2021-2023 observerly
const r = (e) => new Date(e.toISOString());
// @license Copyright © 2021-2023 observerly
const t = (e) => r(e).getTime() / 864e5 + 24405875e-1, s = (e) => t(e) - 24000005e-1, a = (e) => (t(e) - 2451545) / 36525;
export {
s as a,
a as b,
t as g,
r as u
};
//# sourceMappingURL=epoch-nmyjNjKp.js.map