UNPKG

@tsed/cli-core

Version:
6 lines (5 loc) 182 B
import { CommandStoreKeys } from "../domains/CommandStoreKeys.js"; import { On } from "./on.js"; export function OnAdd(cliPlugin) { return On(CommandStoreKeys.ADD, cliPlugin); }