import { callAll } from "https://deno.land/x/froebel@v0.23.2/function.ts";
Take a list of functions that accept the same parameters and call them all with the provided arguments.
import { callAll } from "https://deno.land/x/froebel@v0.23.2/function.ts";
Take a list of functions that accept the same parameters and call them all with the provided arguments.