UNPKG

pretty-easy-rgb-to-hex

Version:
12 lines (11 loc) 269 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 invalidRGBValue_returnError(info: string, ...value: Array<any>): void;