UNPKG

@iden3/js-iden3-auth

Version:

iden3-auth implementation in JavaScript

6 lines (5 loc) 214 B
export * as auth from './auth/auth.js'; export * as resolver from './state/resolver.js'; export * as protocol from './types-sdk.js'; export { core } from '@0xpolygonid/js-sdk'; export * as cache from './cache.js';