## API Report File for "@commandville/pipeline"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

/// <reference types="node" />

import { Duplex } from 'stream';

// Warning: (ae-missing-release-tag) "pipeline" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function pipeline(...streams: Duplex[]): Duplex;

// (No @packageDocumentation comment for this package)

```
