UNPKG

@mastra/core

Version:

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

9 lines 367 B
import type { ToolToConvert } from './tool-builder/builder'; import type { VercelTool } from './types'; /** * Checks if a tool is a Vercel Tool * @param tool - The tool to check * @returns True if the tool is a Vercel Tool, false otherwise */ export declare function isVercelTool(tool?: ToolToConvert): tool is VercelTool; //# sourceMappingURL=toolchecks.d.ts.map