UNPKG

ruchy-syntax-tools

Version:

Comprehensive syntax highlighting and language support for the Ruchy programming language

11 lines 374 B
// 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