Skip to content

concat

@tsed/cli-tasks

Usage

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

See /packages/cli-tasks/src/tasks.ts.

Overview

ts
function concat(...args: (Task[] | void | undefined)[]): Promise<Task<any>[]>;

Released under the MIT License.