interface Comparerimport { type Comparer } from "https://deno.land/x/ts_morph@16.0.0/common/mod.ts"; Compares two values specifying the sort order. Type ParametersTMethodscompareTo(a: T, b: T): numberChecks the two items returning -1 if a preceeds, 0 if equal, and 1 if a follows.