UNPKG

@sphereon/ssi-sdk.presentation-exchange

Version:

9 lines (8 loc) 227 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { PresentationExchange } from './agent/PresentationExchange' export * from './types/IPresentationExchange' export * from './functions'