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

Function __commonJS

out/cli.cjs:12–14  ·  view source on GitHub ↗
(cb, mod)

Source from the content-addressed store, hash-verified

10 return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
11};
12var __commonJS = (cb, mod) => function __require() {
13 return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
14};
15var __export = (target, all3) => {
16 for (var name in all3)
17 __defProp(target, name, { get: all3[name], enumerable: true });

Callers 1

cli.cjsFile · 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…