UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

6 lines (5 loc) 344 B
export declare function truncateString(str: string, num: number): string; export declare function convertSingleHexToNumber(singleHexValue: string): number; export declare function convertHexToNumber(hexValue: string): number; export declare function isHexValueDark(hexValue: string): boolean; export declare function copyObject(obj: any): any;