Type alias WatchAllResult<Values>

WatchAllResult<Values>: Readonly<{
    proxies: Values;
    watcher: IWatcher;
}>

Result of watchAll(values) call.

Type Param

Type of the value.

See

watchAll for usage examples.

Type Parameters

  • Values extends ReadonlyArray<unknown>

Generated using TypeDoc