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

## Usage

```typescript
import { createTasksRunner } from "@tsed/cli-tasks";
```

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

## Overview

```ts
const createTasksRunner: typeof tasks;
```
