UNPKG

pretty-easy-hex-to-rgb

Version:

Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values

12 lines (11 loc) 260 B
/** * @description * Check if the value returns * a new instance of Error * and does not throw it * * @param {string} info * @param {*} [value] * @returns {*} */ export declare function invalidHEXValue_returnError(info: string, value?: any): void;