Skip to content
1 min read · 33 words

Function: isThought()

ts
function isThought(value: unknown): value is Thought;

Returns true if value is a @nhtio/adk!Thought instance.

Parameters

ParameterType
valueunknown

Returns

value is Thought