Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function helpers.cleanUrl
import { helpers } from "https://deno.land/x/frugal@0.9.6/doc/dep/marked.ts";
const { cleanUrl } = helpers;

Parameters

sanitize: boolean | undefined
base: string | undefined | null
href: string

Returns

string | null