import { both } from "https://dotland.deno.dev/x/rambda@v9.2.0/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.