MCPcopy Create free account
hub / github.com/Hello-Application-XH/HelloGML / isObject

Function isObject

src/utils.ts:145–147  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

143}
144
145export function isObject(value: any): boolean {
146 return value !== null && typeof value === "object" && !Array.isArray(value);
147}
148
149export function isUndefined(value: any): boolean {
150 return value === undefined;

Callers 2

extractRefFileUrlsFunction · 0.90
messagesPrepareFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected