MCPcopy Create free account
hub / github.com/formkit/formkit / isObject

Function isObject

packages/react/src/reactiveStore.ts:13–15  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

11) as symbol
12
13function isObject(value: unknown): value is Record<PropertyKey, any> {
14 return typeof value === 'object' && value !== null
15}
16
17export function getReactiveStore(
18 target: unknown

Callers 2

getReactiveStoreFunction · 0.70
ensureReactiveStoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected