| Total Complexity | 2 |
| Complexity/F | 1 |
| Lines of Code | 13 |
| Function Count | 2 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | declare module 'event-source-polyfill' { |
||
| 2 | export const EventSourcePolyfill: any; |
||
| 3 | } |
||
| 4 | |||
| 5 | declare module 'csvjson' { |
||
| 6 | export declare class CsvJson { |
||
| 7 | public toObject<T>(content: string): T[]; |
||
| 8 | public toCSV<T>(data: T[], options: { headers: string }): string; |
||
| 9 | } |
||
| 10 | } |
||
| 11 | |||
| 12 | declare module '*.png' |
||
| 13 |