import { callAll } from "https://deno.land/x/froebel@v0.18.0/mod.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.18.0/mod.ts";
Take a list of functions that accept the same parameters and call them all with the provided arguments.