import { both } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns a function with input
argument.
This function will return true
, if both firstCondition
and secondCondition
return true
when input
is passed as their argument.