'use strict'; const { toASCII, toUnicode } = internalBinding('url'); module.exports = { toASCII, toUnicode };