UNPKG

lib-colors

Version:

Simple node.js library for work with colors

3 lines (2 loc) 99 B
import type { IRGB } from '../rgb.interface'; export declare function rgbToHex(rgb: IRGB): string;