UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

6 lines 224 B
import { MastraMemory as BaseMemory } from './memory.js'; export * from './index.js'; export declare abstract class MastraMemory extends BaseMemory { constructor(_arg?: any); } //# sourceMappingURL=index.warning.d.ts.map