function anyPassimport { anyPass } from "https://deno.land/x/rambda@9.4.1/files/index.d.ts"; anyPass<T>(predicates: ((x: T) => boolean)[]): (input: T) => booleananyPass<T>(predicates: ((...inputs: T[]) => boolean)[]): (...inputs: T[]) => booleanType ParametersTParameterspredicates: ((x: T) => boolean)[]Returns(input: T) => booleanType ParametersTParameterspredicates: ((...inputs: T[]) => boolean)[]Returns(...inputs: T[]) => boolean