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

Function isObject3

out/cli.cjs:2701–2703  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2699 "node_modules/whatwg-url/lib/utils.js"(exports2, module2) {
2700 "use strict";
2701 function isObject3(value) {
2702 return typeof value === "object" && value !== null || typeof value === "function";
2703 }
2704 var hasOwn3 = Function.prototype.call.bind(Object.prototype.hasOwnProperty);
2705 function define2(target, source) {
2706 for (const key of Reflect.ownKeys(source)) {

Callers 4

setFunction · 0.85
addEventListenerFunction · 0.85
removeEventListenerFunction · 0.85
assertObjectFunction · 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…