MCPcopy
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
37export function isPlainObject(value: unknown): boolean {
38 return typeof value === 'object' && value !== null && !Array.isArray(value);
39}

Callers 2

getCurlBodyFunction · 0.90
code-samples.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected