---
symbol: taskOutput
module: "@tsed/cli"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation taskOutput function
---
# taskOutput - @tsed/cli

## Usage

```typescript
import { taskOutput } from "@tsed/cli/src/fn/taskOutput";
```

> See [/packages/cli/src/fn/taskOutput.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/fn/taskOutput.ts#L0-L0).

## Overview

```ts
function taskOutput(output: string): void;
```
