Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Function debounce

    • Debounce a function call.

      Type Parameters

      • T extends (...args: unknown[]) => void

      Parameters

      • fn: T
      • delay: number

      Returns (...args: Parameters<T>) => void