Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: AnyAnyFunc = any

    Type (signature) of the function to be watched.

Hierarchy

  • IWatcher

Callable

  • IWatcher(...args: Parameters<T>): ReturnType<T>
  • This is a callable interface, which is implement as a function.

    Parameters

    • Rest ...args: Parameters<T>

    Returns ReturnType<T>

Index

Methods

Methods

dispose

  • dispose(): void
  • Clears internal resources.

    Returns void