UNPKG

csv-writer

Version:

Convert objects/arrays into a CSV string or write them into a CSV file

6 lines (3 loc) 158 B
export type Field = any; export type ObjectHeaderItem = { id: string; title: string }; export type ObjectStringifierHeader = ObjectHeaderItem[] | string[];