ts-csv
Simple CSV parser in TypeScript
View on GitHub
Home
>
@gregoranders/csv
>
Row
Row type
csv row
Signature:
export
type
Row
=
Array
<
Field
>
;
References:
Field