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

1.4.5 • Public • Published

Installation

npm install --save @types/csv2json

Summary

This package contains type definitions for csv2json (https://github.com/julien-f/csv2json).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csv2json.

index.d.ts

import Pumpify = require("pumpify");

declare namespace csv2json {
    interface Options {
        dynamicTyping?: boolean | undefined;
        separator?: string | undefined;
    }
}

declare function csv2json(options?: csv2json.Options): Pumpify;

export = csv2json;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/pumpify

Credits

These definitions were written by Piotr Roszatycki.

Dependents (1)

Package Sidebar

Install

npm i @types/csv2json

Weekly Downloads

2,779

Version

1.4.5

License

MIT

Unpacked Size

3.15 kB

Total Files

5

Last publish

Collaborators

  • types