mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
1123377791
Co-authored-by: Daniel Lemire <daniel@lemire.me> PR-URL: https://github.com/nodejs/node/pull/47735 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
'use strict';
|
|
|
|
const { toASCII, toUnicode } = internalBinding('encoding_binding');
|
|
module.exports = { toASCII, toUnicode };
|