@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
17 lines • 375 B
TypeScript
declare global {
namespace NodeJS {
interface ProcessVersions {
bun?: string;
deno?: string;
}
}
}
/**
* @internal
*/
export declare function getHeaderName(): string;
/**
* @internal
*/
export declare function setPlatformSpecificData(map: Map<string, string>): Promise<void>;
//# sourceMappingURL=userAgentPlatform.d.ts.map