UNPKG
download-csv
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.9.1
0.9.0
0.5.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
a funtion to dowload csv file
github.com/AllenZeng/download-csv
AllenZeng/download-csv
download-csv
/
.eslintrc.json
15 lines
(14 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"parserOptions"
:
{
"ecmaFeatures"
:
{
"experimentalObjectRestSpread"
:
true
}
}
,
"globals"
:
{
"document"
:
true
,
"XMLHttpRequest"
:
true
,
"window"
:
true
,
"navigator"
:
true
,
"location"
:
true
}
}