API
pergelChangeName().json2csv()
ts
async function test() {
const json = await pergelChangeName().json2csv().
}
pergelChangeName().json2csv().use()
ts
async function test() {
const json = await pergelChangeName()
.json2csv()
.use({
data: {},
opts: {}
})
const data = json.
}
csv
- Type:
string
Returns the CSV string.
- Type:
string
setResponseCsv
Returns the HTTP response with the CSV string.
- Type:
string
changeName
changeName
is the name of your project. Please change it to your project name.