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

0.0.3 • Public • Published

csv-json

csv->json, json->csv

online>>

npm i @saber2pr/csv-json

API

/**
 * toCsv
 *
 * @export
 * @param {string} json
 * @returns {string}
 */
export function toCsv(json: string): string
/**
 * toJson
 *
 * @export
 * @param {string} csv
 * @returns {string}
 */
export function toJson(csv: string): string

author

saber2pr

/@saber2pr/csv-json/

    Package Sidebar

    Install

    npm i @saber2pr/csv-json

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    3.08 kB

    Total Files

    6

    Last publish

    Collaborators

    • saber2pr