function decode
Jump to headingdecode(string: string): stringThe punycode.decode() method converts a Punycode string of ASCII-only
characters to the equivalent string of Unicode codepoints.
punycode.decode('maana-pta'); // 'mañana'
punycode.decode('--dqo34k'); // '☃-⌘'
Parameters Jump to heading
Jump to headingstring: stringReturn Type Jump to heading
string