Function: isValidHookEvent()
function isValidHookEvent(value: string): boolean;
Defined in: _internal/hooks-json.ts:84
Determine whether a string is a current Codex hook event.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
boolean
function isValidHookEvent(value: string): boolean;
Defined in: _internal/hooks-json.ts:84
Determine whether a string is a current Codex hook event.
| Parameter | Type |
|---|---|
value | string |
boolean