UNPKG

agora-classroom-sdk

Version:

For publishing npm package agora-classroom-sdk (Web & Electron). Get more information from https://docs.agora.io

7 lines (6 loc) 246 B
declare type Delegate = (message: string) => void; export declare const interactionThrottleHandler: <T>(func: T, limitFunc: Delegate, options?: { limitMs?: number | undefined; message?: string | undefined; } | undefined) => T; export {};