Socket
Socket
Sign inDemoInstall

@types/json-to-csv-export

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/json-to-csv-export

TypeScript definitions for json-to-csv-export


Version published
Weekly downloads
778
increased by15.43%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Installation

npm install --save @types/json-to-csv-export

Summary

This package contains type definitions for json-to-csv-export (https://github.com/coston/json-to-csv-export).

Details

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

index.d.ts

// Type definitions for json-to-csv-export 1.1
// Project: https://github.com/coston/json-to-csv-export
// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * @param data object or array of objects
 * @param [name] The complete filename. Deaults to "export.csv"
 * @param [delimiter] field separator Defaults to ","
 */
export default function jsonToCsv(data: object | object[], name?: string, delimiter?: string): void;

export as namespace csvDownload;

Additional Details

  • Last updated: Mon, 27 Jun 2022 23:01:35 GMT
  • Dependencies: none
  • Global values: csvDownload

Credits

These definitions were written by Piotr Błażejewicz.

FAQs

Last updated on 27 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc