UNPKG

@mastra/core

Version:

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

9 lines 373 B
import type { ToolToConvert } from './tool-builder/builder.js'; import type { VercelTool } from './types.js'; /** * 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