eslint-plugin-copilot Documentation / _internal/repository-hooks-json / isJsonObject
Function: isJsonObject()
function isJsonObject(value: JsonValue | undefined): value is JsonObject;
Defined in: _internal/repository-hooks-json.ts:71
Determine whether a parsed JSON value is an object.
Parametersâ
| Parameter | Type |
| --------- | ------------------------------------------- | ----------- |
| value | JsonValue | undefined |
Returnsâ
value is JsonObject