Skip to content

tryDecodeURIComponent

reference
1 min readUpdated

Kind: Function

Source: src/utils/url.ts

Part of: Utils

Signature

ts
function tryDecodeURIComponent(str: string): string

Parameters

NameType
strstring

Returns: string

Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (2)

  • HonoRequestsrc/request.ts:34
  • Cookiesrc/utils/cookie.ts:8

Was this page helpful?

Download as PDF
tryDecodeURIComponent — Hono (narrator proof)