UNPKG

@mastra/core

Version:

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

5 lines 208 B
import type { ChunkType } from '../../types.js'; export declare function convertFullStreamChunkToMastra(value: any, ctx: { runId: string; }): ChunkType | undefined; //# sourceMappingURL=transform.d.ts.map