UNPKG

ngx-t-reports

Version:

Angular module for creating dynamic reports and dashboards. Supports various data sources, custom templates, and real-time updates.

3 lines (2 loc) 134 B
export declare function toCamelCase(arrayOfObjects: any[]): any[]; export declare function camelize(str: string): string | undefined;