Logos DX
Preparing search index...
@logosdx/utils
<internal>
IsSpecialCollection
Type Alias IsSpecialCollection<T>
IsSpecialCollection
:
IsArray
<
T
>
extends
true
?
true
:
IsMap
<
T
>
extends
true
?
true
:
IsSet
<
T
>
extends
true
?
true
:
false
Helper type to detect if a type is a special collection (Array, Map, Set)
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Logos DX
Loading...
Helper type to detect if a type is a special collection (Array, Map, Set)