0.1.1 • Published 3 years ago

@codelic/modules v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago
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
})
0.1.0

3 years ago

0.1.1

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago