Typedef

OnlyObject (utils)

@ckeditor/ckeditor5-utils/src/config

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

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

Filtering

Type parameters