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

Function __export

out/cli.cjs:15–18  ·  view source on GitHub ↗
(target, all3)

Source from the content-addressed store, hash-verified

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 });
18};
19var __copyProps = (to, from, except, desc) => {
20 if (from && typeof from === "object" || typeof from === "function") {
21 for (let key of __getOwnPropNames(from))

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…