Skip to content

exec

@tsed/cli

Usage

typescript
import { exec } from "@tsed/cli";

See /packages/cli/src/fn/exec.ts.

Overview

ts
function exec(command: string, data: any): Promise<import("@tsed/cli-core").Task<any>[]>;

Released under the MIT License.