[Task 3] Format

This commit is contained in:
2025-11-16 19:25:55 +01:00
parent 5fa2b1f618
commit 13cc143888
10 changed files with 381 additions and 6712 deletions

View File

@@ -1,5 +1,9 @@
import { CSV_Data } from './types';
import { csv2json } from 'json-2-csv';
import {
CSV_Data
} from './types';
import {
csv2json
} from 'json-2-csv';
export const convertCSVtoJSON = async ( csvText: string ) => {
// Type cast OK, as the typing of the external library is not perfect -> Actually it is.