type alias IndexedPredicateimport { type IndexedPredicate } from "https://deno.land/x/rambda@v8.6.0/files/index.d.ts"; Type ParametersTdefinition: (x: T, i: number) => boolean