@iden3/js-iden3-auth
Version:
iden3-auth implementation in JavaScript
6 lines • 332 B
JavaScript
;
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; } });
//# sourceMappingURL=types-sdk.js.map