@azure/core-amqp
Version:
Common library for amqp based azure sdks like @azure/event-hubs.
11 lines • 346 B
text/typescript
/**
* Returns information about the platform this function is being run on.
* @internal
*/
export declare function getPlatformInfo(): string;
/**
* Returns information about React-Native this function is being run on.
* @internal
*/
export declare function getFrameworkInfo(): string;
//# sourceMappingURL=runtimeInfo-react-native.d.mts.map