UNPKG

@hotmeshio/hotmesh

Version:

Permanent-Memory Workflows & AI Agents

10 lines (9 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StoreService = void 0; class StoreService { constructor(client) { this.storeClient = client; } } exports.StoreService = StoreService;