function whereimport { where } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; where<T, U>(conditions: T, input: U): booleanwhere<T>(conditions: T): <U>(input: U) => booleanwhere<ObjFunc2, U>(conditions: ObjFunc2, input: U): booleanwhere<ObjFunc2>(conditions: ObjFunc2): <U>(input: U) => booleanType ParametersTUParametersconditions: Tinput: UReturnsbooleanType ParametersTParametersconditions: TReturns<U>(input: U) => booleanType ParametersObjFunc2UParametersconditions: ObjFunc2input: UReturnsbooleanType ParametersObjFunc2Parametersconditions: ObjFunc2Returns<U>(input: U) => boolean