@azure/core-rest-pipeline
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
11 lines • 374 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { createEmptyPipeline as tspCreateEmptyPipeline } from "@typespec/ts-http-runtime";
/**
* Creates a totally empty pipeline.
* Useful for testing or creating a custom one.
*/
export function createEmptyPipeline() {
return tspCreateEmptyPipeline();
}
//# sourceMappingURL=pipeline.js.map