function sortByPathimport { sortByPath } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; sortByPath<T>(sortPath: Path, list: T[]): T[]sortByPath(sortPath: Path): <T>(list: T[]) => T[]Type ParametersTParameterssortPath: Pathlist: T[]ReturnsT[]ParameterssortPath: PathReturns<T>(list: T[]) => T[]