interface VariantMap.Types
Utility interface that provides higher-kinded types for this collection.
Properties
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
VariantMap.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
VariantMap
<this['_K'], this['_V']>;