UNPKG

@azuro-org/sdk

Version:

One-stop solution for building betting dApps on the Azuro Protocol.

4 lines (3 loc) 221 B
type Procedure = (...args: any[]) => void; export declare function debounce<F extends Procedure>(func: F, wait: number, withMaxRequests?: boolean): (this: ThisParameterType<F>, ...args: Parameters<F>) => void; export {};