/**
|
* Azure Rest Core Client library for JavaScript
|
* @packageDocumentation
|
*/
|
export { createRestError } from "./restError.js";
|
export { addCredentialPipelinePolicy, type AddCredentialPipelinePolicyOptions, } from "./clientHelpers.js";
|
export { operationOptionsToRequestParameters } from "./operationOptionHelpers.js";
|
export * from "./getClient.js";
|
export type * from "./common.js";
|
//# sourceMappingURL=index.d.ts.map
|