UNPKG

@authup/core-kit

Version:

Package containing global constants, types & interfaces.

3 lines 204 B
import { IdentityProviderProtocol } from '../constants'; export declare function getIdentityProviderProtocolForPreset(id: string): `${IdentityProviderProtocol}` | null; //# sourceMappingURL=utils.d.ts.map