UNPKG

ngx-pluto

Version:
14 lines (13 loc) 274 B
/** * @ignore */ export declare class Utils { static hexToRgb(hex: any): { r: number; g: number; b: number; }; static ID(): string; static objEqual(a: any, b: any): boolean; static toBoolean(value: any): boolean; }