UNPKG

@azure/core-amqp

Version:

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

11 lines 336 B
/** * Returns information about the platform this function is being run on. * @internal */ export declare function getPlatformInfo(): string; /** * Returns information about Node.js this function is being run on. * @internal */ export declare function getFrameworkInfo(): string; //# sourceMappingURL=runtimeInfo-browser.d.mts.map