UNPKG

pretty-easy-rgb-to-hex

Version:
13 lines (12 loc) 339 B
/** * @description * Check if the value returns * an array of number values * that represent the RGB color * * @param {string} info * @param {string} value * @param {number[]} equalityCheck * @returns {*} */ export declare function validRGBValue_returnsString(info: string, equalityCheck: string, ...value: Array<any>): void;