Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/decorators

core/decorators (deprecated)

This module provides a bunch of helper decorators for functions. Mind that this module is deprecated and will be removed from the next major release of the library. You can use modules from core/functools instead of this.

Index

Variables

debounce: WarnedFn<[delay?: number], MethodDecorator> = ...
deprecated
see

core/functools

decorator
once: WarnedFn<[target: object, key: string | symbol, descriptor: PropertyDescriptor], void> = ...
deprecated
see

core/functools

decorator
throttle: WarnedFn<[delay?: number], MethodDecorator> = ...
deprecated
see

core/functools

decorator