UNPKG

excel-remastered

Version:

Enhances readability of complex nested JSON data while converting to CSV

6 lines (5 loc) 189 B
declare function jsonToCsv(inputData: string | object, outputCsvFile?: string): string; declare const excelRemastered: { jsonToCsv: typeof jsonToCsv; }; export default excelRemastered;