콘텐츠로 이동

isPlainObject

isPlainObject(value): value is Record<string, unknown>

Defined in: shared/index.ts:211

Narrows whether value is a plain object (non-null, not an array). Use this to narrow a value of unknown shape — such as a JSON.parse result or a dynamic config object — to Record<string, unknown>. Shared across functional config / workspace entries / tsconfigRaw validation, etc.

unknown

value is Record<string, unknown>