UNPKG

120 BJavaScriptView Raw
1function unspecifiedAddress(host) {
2 return host === '0.0.0.0' || host === '::'
3}
4
5module.exports = unspecifiedAddress