import { mapPrototypeFuncs } from "https://deno.land/x/crayon@3.3.2/src/crayon.ts";
Uses mapFunc
on every given function
func.name
will be considered asname
parameter
Parameters
...funcs: CrayonStyleFunction[]
โ functions which will get mapped
Uses mapFunc
on every given function
- map key will be used as
name
parameter
Parameters
...maps: Map<string, CrayonStyleFunction>[]
โ map which functions will get mapped