eslint-plugin-copilot Documentation / _internal/repository-hooks-json / isRepositoryHookEventName
Function: isRepositoryHookEventName()
function isRepositoryHookEventName(
value: string
): value is RepositoryHookEventName;
Defined in: _internal/repository-hooks-json.ts:59
Determine whether a string is a supported repository hook event name.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
value is RepositoryHookEventName