UNPKG

@tomorrowevening/hermes

Version:

An extendable set of Web Tools controlled via a separate window for non-intereference with content.

6 lines (5 loc) 269 B
export declare function capitalize(value: string): string; export declare function copyToClipboard(data: any): string; export declare function randomID(): string; export declare function isColor(obj: any): boolean; export declare function colorToHex(obj: any): string;