MCPcopy
hub / github.com/di-sukharev/opencommit / typeIsObject

Function typeIsObject

out/cli.cjs:10467–10469  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

10465 return void 0;
10466 }
10467 function typeIsObject(x5) {
10468 return typeof x5 === "object" && x5 !== null || typeof x5 === "function";
10469 }
10470 const rethrowAssertionErrorRejection = noop2;
10471 function setFunctionName(fn, name) {
10472 try {

Callers 15

GetIteratorFunction · 0.85
IteratorNextFunction · 0.85
IsWritableStreamFunction · 0.85
isReadableStreamLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…