forgeplus-react/node_modules/@ahooksjs/use-request/lib/utils/limit.d.ts

2 lines
84 B
TypeScript
Raw Normal View History

2023-07-29 21:19:10 +08:00
export default function limit(fn: any, timespan: number): (...args: any[]) => void;