UNPKG

garmin-connect

Version:

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

4 lines (3 loc) 214 B
export declare const checkIsDirectory: (filePath: string) => boolean; export declare const createDirectory: (directoryPath: string) => void; export declare const writeToFile: (filePath: string, data: any) => void;