Skip to main content

@idpass/data-collect-core / adapterRegistry

Variable: adapterRegistry

const adapterRegistry: 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(...));