Skip to content

Debouncer

Code location

Type Parameters

T extends unknown[]

V

Debouncer(…args): this

Parameters

• …args: [...T[]]

Returns

this

Methods

cancel()

cancel(): this

Returns

this


run()

run(): void | V

Returns

void | V