UNPKG

@sphereon/pex

Version:

A Typescript implementation of the v1 and v2 DIF Presentation Exchange specification

5 lines (4 loc) 205 B
export declare function getVpFormatForVcFormat(vcFormat: string): { vpFormat: "jwt_vp" | "jwt_vp_json" | "ldp_vp" | "di_vp" | "vc+sd-jwt" | "mso_mdoc"; nestedCredentialPath: string | undefined; };