UNPKG

@iden3/js-iden3-auth

Version:

iden3-auth implementation in JavaScript

6 lines (5 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROTOCOL_CONSTANTS = void 0; var js_sdk_1 = require("@0xpolygonid/js-sdk"); Object.defineProperty(exports, "PROTOCOL_CONSTANTS", { enumerable: true, get: function () { return js_sdk_1.PROTOCOL_CONSTANTS; } });