Skip to content

Documentation / @agentick/shared / isHostPrimitive

Function: isHostPrimitive()

isHostPrimitive(value): boolean

Defined in: identity.ts:86

Check if a value is a host primitive component. Minification-safe - uses symbol identity, not function name.

Parameters

value

unknown

The value to check

Returns

boolean

True if it's a host primitive

Released under the ISC License.