import { cond } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";
Creates a function that iterates over pairs
and invokes the corresponding
function of the first predicate to return truthy. The predicate-function
pairs are invoked with the this
binding and arguments of the created
function.