import { replaceAll } from "https://deno.land/x/crayon@3.3.3/src/util.ts";
Faster¹ alternative to String.prototype.replaceAll
¹ - it might be slower/on pair when strings are unusually long
import { replaceAll } from "https://deno.land/x/crayon@3.3.3/src/util.ts";
Faster¹ alternative to String.prototype.replaceAll
¹ - it might be slower/on pair when strings are unusually long