@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
8 lines • 465 B
TypeScript
import type { OperationOptions, RequestParameters } from "./common.js";
/**
* Helper function to convert OperationOptions to RequestParameters
* @param options - the options that are used by Modular layer to send the request
* @returns the result of the conversion in RequestParameters of RLC layer
*/
export declare function operationOptionsToRequestParameters(options: OperationOptions): RequestParameters;
//# sourceMappingURL=operationOptionHelpers.d.ts.map