@codelic/modules
v0.1.1
Published
```js import { funCSVDownload } from '@codelic/modules'
Downloads
5
Maintainers
Keywords
Readme
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
})