function Marked.helpers.editimport { Marked } from "https://deno.land/x/gfm@0.3.0/deps.ts"; const { edit } = Marked.helpers; edit(regex: Rule, opt?: string): { replace: (name: string | RegExp, val: string | RegExp) => any; getRegex: () => RegExp; }Parametersregex: Ruleoptionalopt: stringReturns{ replace: (name: string | RegExp, val: string | RegExp) => any; getRegex: () => RegExp; }