color.js 90 B

1234567
  1. /**
  2. * @param {string} d
  3. * @returns {string}
  4. */
  5. export function color(d) {
  6. return d
  7. }