apaulo@1
Results
1
comments of
apaulo@1
async function getData() { console.log('logging'); const test = await CSVToJSON().fromFile('./data/hans-puns.csv'); return test; } if you want to be able to return a value you will have to put an await...