Function: throttleAndDebounce()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
function throttleAndDebounce(fn, delay): () => void;

Defined in: packages/valaxy/client/utils/helper.ts:8

Parameters

fn

() => void

delay

number

Returns

() => void