UNPKG

@tsed/cli-core

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