@types/csv-parse
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -36,7 +36,7 @@ // Type definitions for csv-parse 1.1 | ||
*/ | ||
rowDelimiter?: string; | ||
rowDelimiter?: string; | ||
/** | ||
* Optional character surrounding a field, one character only, defaults to double quotes. | ||
*/ | ||
quote?: string | ||
quote?: string; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
escape?: string | ||
escape?: string; | ||
@@ -60,3 +60,3 @@ /** | ||
*/ | ||
comment?: string | ||
comment?: string; | ||
@@ -66,3 +66,3 @@ /** | ||
*/ | ||
objname?: string | ||
objname?: string; | ||
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
relax?: boolean | ||
relax?: boolean; | ||
@@ -78,3 +78,3 @@ /** | ||
*/ | ||
relax_column_count?: boolean | ||
relax_column_count?: boolean; | ||
@@ -84,3 +84,3 @@ /** | ||
*/ | ||
skip_empty_lines?: boolean | ||
skip_empty_lines?: boolean; | ||
@@ -92,3 +92,3 @@ /** | ||
*/ | ||
max_limit_on_data_read?: number | ||
max_limit_on_data_read?: number; | ||
@@ -99,3 +99,3 @@ /** | ||
*/ | ||
trim?: boolean | ||
trim?: boolean; | ||
@@ -106,3 +106,3 @@ /** | ||
*/ | ||
ltrim?: boolean | ||
ltrim?: boolean; | ||
@@ -113,3 +113,3 @@ /** | ||
*/ | ||
rtrim?: boolean | ||
rtrim?: boolean; | ||
@@ -119,3 +119,3 @@ /** | ||
*/ | ||
auto_parse?: boolean | ||
auto_parse?: boolean; | ||
@@ -125,3 +125,3 @@ /** | ||
*/ | ||
auto_parse_date?: boolean | ||
auto_parse_date?: boolean; | ||
} | ||
@@ -128,0 +128,0 @@ |
{ | ||
"name": "@types/csv-parse", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "TypeScript definitions for csv-parse", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "bc811d81f8f107482b415cdd91b831d464001a9cba6acf06cbdca40539f99267", | ||
"typesPublisherContentHash": "0b07e106cc02c5e9ff9d4b92321b1f3ed4129aa24fd92654633072cabf7ad139", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 11 Mar 2017 01:36:05 GMT | ||
* Last updated: Mon, 27 Mar 2017 18:14:40 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
5362