UNPKG

@azure/core-rest-pipeline

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

9 lines 216 B
/** * @internal */ export declare function getUserAgentHeaderName(): string; /** * @internal */ export declare function getUserAgentValue(prefix?: string): Promise<string>; //# sourceMappingURL=userAgent.d.ts.map