• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3const { toASCII, toUnicode } = internalBinding('url');
4module.exports = { toASCII, toUnicode };
5