Skip to content

Saber2pr/csv-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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