@thingts/execution - v1.0.0
    Preparing search index...

    Type Alias DelaySpec

    DelaySpec: number | ((self: any) => number)

    A throttle delay specification: either a fixed number of milliseconds, or a function that returns the number of milliseconds.