UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

10 lines (8 loc) 206 B
declare global { namespace foundry { namespace utils { const debounce: <T extends unknown[]>(callback: (...args: T) => void, delay: number) => (...args: T) => void; } } } export type {};