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
10 lines (9 loc) • 417 B
TypeScript
export declare function undefinedValue(): void;
export declare function nullValue(): void;
export declare function booleanValue(): void;
export declare function numberValue(): void;
export declare function functionValue(): void;
export declare function dateObjectValue(): void;
export declare function errorObjectValue(): void;
export declare function arrayValue(): void;
export declare function objectValue(): void;