UNPKG

ootk-core

Version:

Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.

7 lines (6 loc) 172 B
import { GreenwichMeanSiderealTime } from '../types/types.js'; export interface TimeVariables { gmst: GreenwichMeanSiderealTime; m: number | null; j: number; }