Namespace
The first value to compare.
The second value to compare.
The sorting order, either 'ASC' for ascending or 'DESC' for descending.
-1 if 'a' should come before 'b', 1 if 'a' should come after 'b', or 0 if they are equal.
Generated using TypeDoc
InternalUtils
Helper function to compare two values based on the given sort order.