@realsee/vr-signals API Documentation - v2.0.0
    Preparing search index...

    Function throttle

    • 节流函数

      Type Parameters

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

      Parameters

      • func: T

        要节流的函数

      • limit: number

        限制时间(毫秒)

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

      节流后的函数