@tsed/cli
Version:
CLI to bootstrap your Ts.ED project
8 lines (7 loc) • 378 B
TypeScript
import { AddCmd } from "./add/AddCmd.js";
import { GenerateCmd } from "./generate/GenerateCmd.js";
import { InitCmd } from "./init/InitCmd.js";
import { RunCmd } from "./run/RunCmd.js";
import { UpdateCmd } from "./update/UpdateCmd.js";
declare const _default: (typeof AddCmd | typeof GenerateCmd | typeof InitCmd | typeof RunCmd | typeof UpdateCmd)[];
export default _default;