UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

6 lines 220 B
import { MastraVector as BaseMastraVector } from './vector'; export * from './index'; export declare abstract class MastraVector extends BaseMastraVector { constructor(); } //# sourceMappingURL=index.warning.d.ts.map