UNPKG

@tsed/cli-core

Version:
6 lines (5 loc) 190 B
import { CommandStoreKeys } from "../domains/CommandStoreKeys.js"; import { On } from "./on.js"; export function OnPrompt(cmdName) { return On(CommandStoreKeys.PROMPT_HOOKS, cmdName); }