UNPKG

@sphereon/ssi-sdk.w3c-vc-api-verifier-rest-client

Version:

8 lines (7 loc) 196 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { VcApiVerifierClient } from './agent/VcApiVerifierClient' export * from './types/IVcApiVerifierClient'