Skip to main content
Module

std/node/punycode.ts>decode

Deno standard library
Go to Latest
function decode
Re-export
import { decode } from "https://deno.land/std@0.158.0/node/punycode.ts";

Converts a Punycode string of ASCII-only symbols to a string of Unicode symbols.

Parameters

input: string

The Punycode string of ASCII-only symbols.

Returns

string

The resulting string of Unicode symbols.