UNPKG

nstdlib-nightly

Version:

Node.js standard library converted to runtime-agnostic ES modules.

7 lines (4 loc) 197 B
// 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 };