Typedef

OnlyObject (utils)

@ckeditor/ckeditor5-utils/src/config

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

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

Filtering

Type parameters