A-Tractor - v2.3.1
    Preparing search index...

    Function debounce

    • Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.

      Parameters

      • func: Function

        Function to call.

      • delay: number

        Delay in milliseconds.

      Returns (...args: any) => void