UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

6 lines (5 loc) 169 B
export function getHost(hostUrl: string, defaultPort = "9867") { let [host, port] = hostUrl.split(":") port = port ? port : defaultPort return host + ":" + port }