UNPKG
convert-csv-to-json2
Version:
latest (1.0.2)
1.0.2
1.0.1
Convert CSV to JSON
github.com/dbednar13/CSVtoJSON
dbednar13/CSVtoJSON
convert-csv-to-json2
/
dist
/
common
/
constants.d.ts
12 lines
(10 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare
enum ENCODING { utf8 =
"utf8"
, ucs2 =
"ucs2"
, utf16le =
"utf16le"
, latin1 =
"latin1"
, ascii =
"ascii"
,
base64
=
"base64"
, hex =
"hex"
}
export
{ ENCODING };