UNPKG

garmin-connect

Version:

Makes it simple to interface with Garmin Connect to get or set any data point

7 lines (6 loc) 295 B
export declare function toDateString(date: Date): string; export declare function calculateTimeDifference(sleepStartTimestampGMT: number, sleepEndTimestampGMT: number): { hours: number; minutes: number; }; export declare function getLocalTimestamp(date: Date, timezone: string): string;