UNPKG

@sphereon/ssi-types

Version:

SSI Common Types

11 lines (9 loc) 363 B
import { Loggers } from './logging' // We call the logger first, making sure that any library (re-)using the logger has the static initialized const logger = Loggers.DEFAULT.get('sphereon:ssi') logger.debug(`Sphereon logger initialized`) export * from './types' export * from './logging' export * from './events' export * from './utils' export * from './mapper'