UNPKG

mesh-fetcher

Version:

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

2 lines (1 loc) 97 B
export declare function throttle<T extends (...args: any[]) => void>(func: T, limit: number): T;