Skip to main content
Module

x/oak/util.ts>decodeComponent

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function decodeComponent
import { decodeComponent } from "https://deno.land/x/oak@v12.5.0/util.ts";

Safely decode a URI component, where if it fails, instead of throwing, just returns the original string

Parameters

text: string