fuels
Version:
Fuel TS SDK
6 lines • 338 B
TypeScript
export declare const FUELS_VERSION_CACHE_FILE: string;
export type FuelsVersionCache = string;
export declare const saveToCache: (cache: FuelsVersionCache) => void;
export declare const FUELS_VERSION_CACHE_TTL: number;
export declare const checkAndLoadCache: () => FuelsVersionCache | null;
//# sourceMappingURL=fuelsVersionCache.d.ts.map