UNPKG

@azure/event-hubs

Version:
11 lines 286 B
/** * Parses the host, hostname, and port from an endpoint. * @param endpoint - And endpoint to parse. * @internal */ export declare function parseEndpoint(endpoint: string): { host: string; hostname: string; port?: string; }; //# sourceMappingURL=parseEndpoint.d.ts.map