microfoom
API referenceFunctions

isControlTool

Function: isControlTool()

function isControlTool(name): name is ControlToolName;

Defined in: packages/microfoom-core/src/protocol.ts:20

True when a tool name is one of the reserved control operations.

Parameters

ParameterType
namestring

Returns

name is ControlToolName

On this page