UNPKG

@mastra/core

Version:

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

9 lines 296 B
import { MastraBundler as BaseMastraBundler } from './index.js'; export declare abstract class MastraBundler extends BaseMastraBundler { constructor(args: { name: string; mastraDir: string; outputDirectory: string; }); } //# sourceMappingURL=index.warning.d.ts.map