UNPKG

@tsed/cli

Version:
8 lines (7 loc) 378 B
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;