Overview
Index-watch-rule contracts, registry, and default recursive/non-recursive watch rules.
API Reference
Type exported from index-watch-rule-registry.
export type ShouldWatchIndexPredicate = (
context: unknown,
index: unknown,
target: unknown,
) => boolean;import type { ShouldWatchIndexPredicate } from '@rs-x/state-manager';