Determines if a value is of a supported type. Unsupported types include WeakMap, WeakSet, Map, and Set.
WeakMap
WeakSet
Map
Set
The value to check.
true if the value is of a supported type, otherwise false.
true
false
Determines if a value is of a supported type. Unsupported types include
WeakMap
,WeakSet
,Map
, andSet
.