UNPKG

@krebitdao/reputation-passport

Version:

Krebit SDK for Verified Credentials

12 lines (11 loc) 251 B
import { lib } from './lib/index.js'; import { utils } from './utils/index.js'; import { schemas } from './schemas/index.js'; import { core } from './core/index.js'; const krebit = { lib, utils, schemas, core }; export default krebit;