UNPKG

anon-identity

Version:

Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure

7 lines 245 B
/** * Main entry point - maintains backwards compatibility * For browser usage, import from 'anon-identity/browser' * For explicit Node.js usage, import from 'anon-identity/node' */ export * from './node'; //# sourceMappingURL=index.d.ts.map