Skip to main content
Module

x/lume/core/utils/path.ts>decodeURIComponentSafe

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function decodeURIComponentSafe
import { decodeURIComponentSafe } from "https://deno.land/x/lume@v2.3.2/core/utils/path.ts";

decodeURI() can't decode the % character, as it is used in any encoded character

Parameters

path: string

Returns

string