UNPKG

mcp-memory-ts

Version:

Cloud-based vector MCP memory service for Claude.ai - TypeScript implementation

12 lines 267 B
/** * TypeScript interfaces for vCard data */ /** * vCard version */ export var VCardVersion; (function (VCardVersion) { VCardVersion["V3_0"] = "3.0"; VCardVersion["V4_0"] = "4.0"; })(VCardVersion || (VCardVersion = {})); //# sourceMappingURL=types.js.map