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