deno.land / std@0.157.0 / node / punycode.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { decode, encode, toASCII, toUnicode, ucs2 } from "./internal/idna.ts";
export { decode, encode, toASCII, toUnicode, ucs2 };
export default { decode, encode, toASCII, toUnicode, ucs2,};
std

Version Info

Tagged at
a year ago