import { funCSVDownload } from '@codelic/modules'
const _huga: { [key: string]: any }[] = []
funCSVDownload(_huga)
funCSVDownload(_huga, {
filename: 'hello', // filename -> hello.csv
noneData: '-', // If the Data was undefind that substitute this text.
column: ['huga', 'fuga', 'hoge'], // filter
localization: {
huga: 'フガ'
} // rename
})
@codelic/modules
0.1.1 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i @codelic/modules
Weekly Downloads
1
Version
0.1.1
License
ISC
Unpacked Size
6.63 kB
Total Files
10