UNPKG

@mastra/core

Version:

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

3 lines 170 B
import type { MastraStorage } from './base'; export declare function augmentWithInit(storage: MastraStorage): MastraStorage; //# sourceMappingURL=storageWithInit.d.ts.map