function descendView codedescend<T>(a: T,b: T): -1 | 0 | 1Compares its two arguments for descending order using JavaScript's built in comparison operators. Type ParametersTView codeParametersa: TView codeb: TView codeReturn Type-1 | 0 | 1View code