NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

OnlyObject

Api-typedef icontypedef

An utility type excluding primitive values and arrays from the union.

Type parameters

Value

Exclude<T, undefined | null | string | number | boolean | Array<any>>