UNPKG

@tsed/cli-core

Version:
9 lines (8 loc) 357 B
export var CommandStoreKeys; (function (CommandStoreKeys) { CommandStoreKeys["COMMAND"] = "command"; CommandStoreKeys["ADD"] = "$onAdd"; CommandStoreKeys["EXEC_HOOKS"] = "$onExec"; CommandStoreKeys["POST_INSTALL_HOOKS"] = "$onPostInstall"; CommandStoreKeys["PROMPT_HOOKS"] = "$onPrompt"; })(CommandStoreKeys || (CommandStoreKeys = {}));