UNPKG

lib-colors

Version:

Simple node.js library for work with colors

4 lines (3 loc) 150 B
import type { IHSL } from '../../hsl/hsl.interface'; import type { IRGB } from '../rgb.interface'; export declare function rgbToHsl(rgb: IRGB): IHSL;