Documentation
collections/mod
OmitComplexes
Type Alias OmitComplexes<T>
Omit
Complexes
<
T
>
:
Omit
<
T
,
keyof
PartialByType
<
T
,
|
Map
<
unknown
,
unknown
>
|
Set
<
unknown
>
|
unknown
[]
|
Record
<
PropertyKey
,
unknown
>
>
>
Exclude map, sets and array from type
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Exclude map, sets and array from type