sun-horizon
Version:
Horizon profile and sun path form a lat lng point
7 lines (6 loc) • 315 B
TypeScript
import { CacheData } from './types';
export declare function init(cacheDirectory?: string): void;
export declare function getTiles(): any;
export declare function getCacheData(): Promise<CacheData>;
export declare function cleanCache(): Promise<number>;
export declare function createDataFolderIfNotExists(): void;