MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / D4

Function D4

out/cli.cjs:7279–7283  ·  view source on GitHub ↗
(e3, t2)

Source from the content-addressed store, hash-verified

7277 if ("function" != typeof e3) throw new TypeError(`${t2} is not a function.`);
7278}
7279function D4(e3, t2) {
7280 if (!/* @__PURE__ */ function(e4) {
7281 return "object" == typeof e4 && null !== e4 || "function" == typeof e4;
7282 }(e3)) throw new TypeError(`${t2} is not an object.`);
7283}
7284function $5(e3, t2, r3) {
7285 if (void 0 === e3) throw new TypeError(`Parameter ${t2} is required in '${r3}'.`);
7286}

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected