Function: createMonitorStrategyRegistry()
function createMonitorStrategyRegistry(
entries: readonly StrategyEntry[]
): MonitorStrategyRegistry;
Defined in: electron/services/monitoring/strategies/MonitorStrategyRegistry.ts:39
Builds a monitor strategy registry backed by the provided entries.
Parameters
entries
readonly StrategyEntry[]