Compares two values and puts null and undefined last. Returns 0 if both values are null-ish or not null-ish.
null
undefined
0
nullishFirst
first value
second value
Generated using TypeDoc
Compares two values and puts
null
andundefined
last. Returns0
if both values are null-ish or not null-ish.See
nullishFirst