Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/functools/lazy

Index

Functions

  • debounce(delay?: number): MethodDecorator
  • Decorator for Function.prototype.debounce

    decorator
    see

    [[Function.debounce]]

    Parameters

    • Optional delay: number

    Returns MethodDecorator

  • throttle(delay?: number): MethodDecorator
  • Decorator for Function.prototype.throttle

    decorator
    see

    [[Function.throttle]]

    Parameters

    • Optional delay: number

    Returns MethodDecorator