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

Function createChalk

out/cli.cjs:65764–65766  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

65762 object.level = options.level === void 0 ? colorLevel : options.level;
65763};
65764var chalkFactory = (options) => {
65765 const chalk2 = (...strings) => strings.join(" ");
65766 applyOptions(chalk2, options);
65767 Object.setPrototypeOf(chalk2, createChalk.prototype);
65768 return chalk2;
65769};

Callers 1

cli.cjsFile · 0.85

Calls 1

chalkFactoryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…