Function delay

  • debounce & throttle

    Returns {
        map: any;
        register(id: string, fn: AnyFunction, time: number, boo: boolean): void;
        destroy(id: string): void;
    }

    class

    1.0.2