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.

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