@types/save-csv
TypeScript icon, indicating that this package has built-in type declarations

4.1.4 • Public • Published

Installation

npm install --save @types/save-csv

Summary

This package contains type definitions for save-csv (https://github.com/silverwind/save-csv).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/save-csv.

index.d.ts

interface SaveCsvProps {
    filename: string;
    sep?: string | undefined;
    eol?: string | undefined;
    quote?: string | undefined;
    bom?: boolean | undefined;
    mime?: string | undefined;
    formatter?: ((value: string | JSON) => void) | undefined;
}

declare function saveCsv(array: readonly any[], options?: SaveCsvProps): void;
export = saveCsv;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Frank Brullo.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/save-csv

Weekly Downloads

19

Version

4.1.4

License

MIT

Unpacked Size

3.26 kB

Total Files

5

Last publish

Collaborators

  • types