UNPKG

apostrophe

Version:
9 lines (8 loc) 126 B
module.exports = host => { if (host.includes(':')) { // ipv6 return `[${host}]`; } else { return host; } };