Home > @uniformdev/design-system > debounce

debounce() function

Warning: This API is now obsolete.

for internal use only

Signature:

Parameters

Parameter

Type

Description

fn

(...args: any[]) => void

ms

number

(Optional)

Returns:

(this: any, ...args: any[]) => void