@idpass/data-collect-core / adapterRegistry
Variable: adapterRegistry
constadapterRegistry:AdapterRegistry
Defined in: components/AdapterRegistry.ts:156
Singleton adapter registry instance.
External adapter packages register their adapters at import time:
import { adapterRegistry } from "@idpass/data-collect-core";
adapterRegistry.register("openspp", () => new OpenSppOdooSyncAdapter(...));