UNPKG

growwapi

Version:
3 lines (2 loc) 147 B
import { CachedCSVResult } from '../types/CachedCSVResult'; export declare function fetchCSV(url: string, ttl?: number): Promise<CachedCSVResult>;