UNPKG

@azure/core-amqp

Version:

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

11 lines 327 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.d.ts.map