UNPKG
csv-parse
Version:
latest (6.2.1)
6.2.1
6.2.0
6.1.0
6.0.0
5.6.0
5.5.6
5.5.5
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.1
5.4.0
5.3.10
5.3.9
5.3.8
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.16.3
4.16.2
4.16.0
4.15.4
4.15.3
4.15.2
4.15.1
4.15.0
4.14.2
4.14.1
4.14.0
4.13.1
4.13.0
4.12.0
4.11.1
4.10.1
4.10.0
4.9.1
4.9.0
4.8.9
4.8.8
4.8.7
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.0
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.0
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
CSV parsing implementing the Node.js `stream.Transform` API
csv.js.org/parse/
wdavidw/node-csv-parse
csv-parse
/
lib
/
sync.d.ts
6 lines
(4 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
csvParse
from
'./index'
;
export
= parse;
declare
function
parse
(
input
:
string
,
options
?: csvParse.
Options
):
any
;
declare
namespace
parse
{}