import { decodeComponent } from "https://deno.land/x/acorn@1.1.0/utils.ts";
Safely decode a URI component, where if it fails, instead of throwing, just returns the original string.
import { decodeComponent } from "https://deno.land/x/acorn@1.1.0/utils.ts";
Safely decode a URI component, where if it fails, instead of throwing, just returns the original string.