UNPKG

uno-js

Version:

JS/TS common used functions, zero dependencies

5 lines (4 loc) 226 B
type csvRow = string | string[]; export declare const createCsvData: (csv: csvRow[], headers: string[]) => string; declare const _default: (csv: csvRow[], headers: string[], fileName: string) => void; export default _default;