mirror of
https://github.com/nodejs/node.git
synced 2025-05-09 17:22:44 +00:00

PR-URL: https://github.com/nodejs/node/pull/47339 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
'use strict';
|
|
|
|
const { domainToASCII, domainToUnicode } = require('internal/url');
|
|
module.exports = { toASCII: domainToASCII, toUnicode: domainToUnicode };
|