mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02: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>
4 lines
156 B
JavaScript
4 lines
156 B
JavaScript
'use strict';
|
|
|
|
const { domainToASCII, domainToUnicode } = require('internal/url');
|
|
module.exports = { toASCII: domainToASCII, toUnicode: domainToUnicode };
|