import * as T from "../types" /// Currently being used export { addressHostToUrl } from "./getServiceInterface" export { getDefaultString } from "./getDefaultString" /// Not being used, but known to be browser compatible export { GetServiceInterface, getServiceInterface } from "./getServiceInterface" export { getServiceInterfaces } from "./getServiceInterfaces" export * from "./typeHelpers"