@aracna/core - v1.5.0
    Preparing search index...

    Function debounce

    • The debounce function is used to prevent a function from being called too many times in a short period. The function will only be called after it stops being called for the specified amount of time.

      Optionally the key can be specified, otherwise the function itself will be used as the key.

      Aracna Reference

      Parameters

      Returns void