Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/tools / code-mode / projectToolApi

Function: projectToolApi()

ts
function projectToolApi(tools): CodeApiProjection;

Defined in: packages/tools/src/code-mode/project.ts:174

Project a set of resolved tools as a typed code API. See the module docstring.

Parameters

ParameterType
toolsreadonly ProjectableTool[]

Returns

CodeApiProjection

Stable