MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/utilities/markdown-color.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 @param {Object} [options]
33*/
34class MarkdownColor {
35 constructor(options) {
36 let optionTokens = (options && options.tokens) || {};
37 let renderStyles = (options && options.renderStyles) || chalk;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected