Function: isThought()
ts
function isThought(value: unknown): value is Thought;Defined in: guards.ts:61
Returns true if value is a @nhtio/adk!Thought instance.
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
value is Thought