AniLink - v2.0.0
    Preparing search index...

    Variable PROVIDER_FACTORIESConst

    PROVIDER_FACTORIES: {
        anilist: ProviderFactory<AniListCredentials, AniListApi>;
        mal: ProviderFactory<MalCredentials, MyAnimeListApi>;
    } = ...

    PROVIDER_FACTORIES is the provider factories used by the composition seam.

    It maps each ProviderId to a ProviderFactory that builds the AniList surface (AniListApi) or the MyAnimeList surface (MyAnimeListApi) from isolated AniLinkCredentials slots via buildProviderClients and AniLink.