function replaceimport { replace } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts"; replace(strOrRegex: RegExp | string,replacer: RegExpReplacer,str: string,): stringIt replaces strOrRegex found in str with replacer. replace(strOrRegex: RegExp | string, replacer: RegExpReplacer): (str: string) => stringreplace(strOrRegex: RegExp | string): (replacer: RegExpReplacer) => (str: string) => stringIt replaces strOrRegex found in str with replacer. ParametersstrOrRegex: RegExp | stringreplacer: RegExpReplacerstr: stringReturnsstringParametersstrOrRegex: RegExp | stringreplacer: RegExpReplacerReturns(str: string) => stringParametersstrOrRegex: RegExp | stringReturns(replacer: RegExpReplacer) => (str: string) => string