UNPKG

mesh-fetcher

Version:

A Node.js package for fetching data from multiple APIs with enhanced features.

3 lines (2 loc) 134 B
import { CacheOptions } from "../types"; export declare const fetchWithCache: <T>(url: string, options?: CacheOptions) => Promise<T>;