Function: getRepositoryHooksValue()
function getRepositoryHooksValue(
root: JsonValue | undefined
): JsonValue | undefined;
Defined in: _internal/repository-hooks-json.ts:145
Get the top-level hooks value when present.
Parametersâ
| Parameter | Type |
|---|---|
root | JsonValue |
Returnsâ
JsonValue | undefined