UNPKG

@animo-id/pex

Version:

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

10 lines (9 loc) 357 B
export * from './fieldsVB'; export * from './inputDescriptorsV1VB'; export * from './inputDescriptorsV2VB'; export * from './presentationDefinitionV1VB'; export * from './presentationDefinitionV2VB'; export * from './presentationSubmissionVB'; export * from './submissionRequirementVB'; export * from './validationBundler'; export * from './constraintsVB';