Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GitbookIO/gitbook
/ isPlainObject
Function
isPlainObject
packages/react-openapi/src/contentTypeChecks.ts:37–39 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
35
}
36
37
export
function
isPlainObject(value: unknown): boolean {
38
return
typeof value ===
'object'
&& value !== null && !Array.isArray(value);
39
}
Callers
2
getCurlBody
Function · 0.90
code-samples.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected