1 2 3 4 5
import { toUnicode } from 'punycode'; export default host => { return toUnicode(host).toLowerCase(); };