UNPKG

@sphereon/ssi-sdk.public-key-hosting

Version:

11 lines (9 loc) 260 B
/** * @public */ import { Loggers } from '@sphereon/ssi-types' export const logger = Loggers.DEFAULT.get('sphereon:public-key-hosting') export * from './public-key-hosting' export * from './types' export * from './functions' export * from './api-functions'