Module

std/node/punycode.ts>decode

Deno standard library
Go to Latest
function decode
import { decode } from "https://dotland.deno.dev/std@0.145.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.

import decode
import { decode } from "https://dotland.deno.dev/std@0.145.0/node/punycode.ts";