0.0.3 • Published 4 years ago
@rhdj/save-csv v0.0.3
save-csv
saves a csv file
Install
npm install save-csv
npx cap syncAPI
writeCSVToStorage(...)
writeCSVToStorage(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>