A typeguard that checks whether a given value of type SpecTypeNames is a dict-like, i.e. a SpecTypeNamesDict.
Value to check.
true (narrowing value to SpecTypeNamesDict) if value is a dict-like, false (narrowing value to SpecTypeNamesSingle) otherwise.
true
value
false
Generated using TypeDoc
A typeguard that checks whether a given value of type SpecTypeNames is a dict-like, i.e. a SpecTypeNamesDict.