Returns true if the data type is a Reference type.
true
This includes all _.isObject & _.isSymbol types.
_.isObject
_.isSymbol
z.isMany()
isSingle
z.isPrimitive()
any value
true if the value is a single type
Returns
true
if the data type is a Reference type.This includes all
_.isObject
&_.isSymbol
types.See
z.isMany()
is the opposite ofisSingle
z.isPrimitive()
for the most basic single typesisSingle
to check if a value's type is a "Single".