UNPKG

excel-remastered

Version:

Enhances readability of complex nested JSON data while converting to CSV

3 lines (2 loc) 113 B
declare function getBody(jsonObjects: object | object[], headers: string[]): string[][]; export default getBody;