0.1.1 • Published 2 years ago

@codelic/modules v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.1.1

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago