MCPcopy
hub / github.com/mourner/suncalc / MoonPosition

Interface MoonPosition

index.d.ts:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47export function addTime(angle: number, riseName: string, setName: string): void;
48
49export interface MoonPosition extends Position {
50 /** Distance to the Moon, kilometers. */
51 distance: number;
52 /** Parallactic angle, degrees. */
53 parallacticAngle: number;
54}
55
56export function getMoonPosition(date: Date, lat: number, lng: number): MoonPosition;
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…