UNPKG

pretty-easy-rgb-to-hex

Version:
11 lines (10 loc) 215 B
/** * @description * Returns a instance of an Error class * with a message from an input * * @export * @param {string} info * @returns {Error} */ export declare const returnError: (info: string) => Error;