UNPKG

pretty-easy-rgb-to-hex

Version:
13 lines (12 loc) 270 B
import { IModule } from './interfaces'; /** * @description * Returns a string representation of a color * in the 6 || 8 character HEX format * from provided RGB(a) value * * @export * @param {any} params * @returns */ export declare const rgbToHex: IModule;