function descendimport { descend } from "https://deno.land/std@0.139.0/collections/binary_heap.ts"; descend<T>(a: T, b: T)Compares its two arguments for descending order using JavaScript's built in comparison operators. Type ParametersTParametersa: Tb: Timport descendimport { descend } from "https://deno.land/std@0.139.0/collections/binary_heap.ts"; This module is browser compatible.