Small fixes

This commit is contained in:
Alejandro Celaya
2022-12-25 09:13:45 +01:00
parent 408ec82a10
commit 822fe3db9e
4 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import csv from 'csvtojson';
// @ts-expect-error gfgf
import { Parser } from '@json2csv/plainjs';
export const csvToJson = <T>(csvContent: string) => new Promise<T[]>((resolve) => {