📄 color.js
/home/palash/git/site/node_modules/unist-util-visit-parents/lib/color.js
Language: js • Lines: 7
/**
 * @param {string} d
 * @returns {string}
 */
export function color(d) {
  return d
}