UNPKG

rune-sdk

Version:

Build a multiplayer game played by millions! Your game runs inside the Rune app with 10 million installs across [iOS](https://apps.apple.com/app/rune-games-and-voice-chat/id1450358364) and [Android](https://play.google.com/store/apps/details?id=ai.rune.ti

2 lines (1 loc) 163 B
export declare function debounce<T extends (...args: Parameters<T>) => void>(this: ThisParameterType<T>, fn: T, delay?: number): (...args: Parameters<T>) => void;