Skip to content

Documentation / @agentick/gateway / isMethodDefinition

Function: isMethodDefinition()

isMethodDefinition(value): value is MethodDefinition<ZodLikeSchema>

Defined in: gateway/src/types.ts:406

Check if a value is a method definition (vs a namespace)

Parameters

value

unknown

Returns

value is MethodDefinition<ZodLikeSchema>

Released under the ISC License.