UNPKG

@iden3/js-iden3-auth

Version:

iden3-auth implementation in JavaScript

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