UNPKG

@sphereon/ssi-sdk.geolocation-store

Version:

8 lines (7 loc) 212 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { GeolocationStore, geolocationStoreMethods } from './agent/GeolocationStore' export * from './types/IGeolocationStore'