anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
13 lines • 673 B
JavaScript
;
/**
* MCP Conversation Module
*
* Exports all conversation management functionality
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = exports.ConversationManager = void 0;
var conversation_manager_1 = require("./conversation-manager");
Object.defineProperty(exports, "ConversationManager", { enumerable: true, get: function () { return conversation_manager_1.ConversationManager; } });
var conversation_manager_2 = require("./conversation-manager");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return conversation_manager_2.ConversationManager; } });
//# sourceMappingURL=index.js.map