UNPKG

@deck.gl/core

Version:

deck.gl core library

6 lines 277 B
export declare function getSolarPosition(timestamp: any, latitude: any, longitude: any): { azimuth: number; altitude: number; }; export declare function getSunlightDirection(timestamp: any, latitude: any, longitude: any): number[]; //# sourceMappingURL=suncalc.d.ts.map