UNPKG
nstdlib-nightly
Version:
latest (0.0.2-1724914487.5caf705)
0.0.2-1724914487.5caf705
0.0.2-1724912830.5caf705
0.0.2-1724911997.5caf705
0.0.2-1724352528.2a32280
0.0.2-1724342035.2a32280
0.0.2-1724327989.742184b
0.0.2-1724275147.44b2aa5
0.0.2-1724252610.6a3a042
0.0.2-1724252557.c61ed44
0.0.2-1724252435.f61c124
0.0.2-1724230485.53401b2
0.0.0
Node.js standard library converted to runtime-agnostic ES modules.
nstdlib-nightly
/
lib
/
internal
/
idna.mjs
7 lines
(4 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
/
/ Source: https:/
/github.com/nodejs
/node/blob
/65eff1eb/lib
/internal/idna
.js import { toASCII, toUnicode } from
"nstdlib/stub/binding/encoding_binding"
; export { toASCII }; export { toUnicode };