Builds a function declaration from a TypeScript function.
This utility analyzes the function signature and JSDoc comments to create a FunctionDeclaration object that can be used with LLMs.
The function to analyze
Rest
Options for customizing the declaration
A FunctionDeclaration representing the function
Builds a function declaration from a TypeScript function.
This utility analyzes the function signature and JSDoc comments to create a FunctionDeclaration object that can be used with LLMs.