Installation
npm install --save @types/convert-array-to-csv
Summary
This package contains type definitions for convert-array-to-csv (https://github.com/aichbauer/node-convert-array-to-csv).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/convert-array-to-csv.
index.d.ts
// Type definitions for convert-array-to-csv 2.0
// Project: https://github.com/aichbauer/node-convert-array-to-csv
// Definitions by: Qiming-Liu <https://github.com/Qiming-Liu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function convertArrayToCSV(
data: object[],
options?: {
header?: string[];
separator?: string;
},
): string;
Additional Details
- Last updated: Mon, 04 Jul 2022 21:32:20 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Qiming-Liu.