summaryrefslogtreecommitdiff
path: root/lib/internal/idna.js
blob: ad37bb48efc6053b3c7bb610e8e0316b2a348b0f (plain)
1
2
3
4
'use strict';

const { toASCII, toUnicode } = internalBinding('encoding_binding');
module.exports = { toASCII, toUnicode };