UNPKG

@azure/core-amqp

Version:

Common library for amqp based azure sdks like @azure/event-hubs.

6 lines 205 B
/** * Checks whether a network connection is detected. * @internal */ export declare function checkNetworkConnection(host: string): Promise<boolean>; //# sourceMappingURL=checkNetworkConnection.d.ts.map