File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ console.log(csvStringifier.stringifyRecords(records));
140140
141141 * recordDelimiter ` <string> ` (optional)
142142
143- Default: ` \n ` . Only either comma ` \n ` or semicolon ` \r\n ` is allowed.
143+ Default: ` \n ` . Only either LF ( ` \n ` ) or CRLF ( ` \r\n ` ) is allowed.
144144
145145 * encoding ` <string> ` (optional)
146146
@@ -177,7 +177,7 @@ console.log(csvStringifier.stringifyRecords(records));
177177
178178 * recordDelimiter ` <string> ` (optional)
179179
180- Default: ` \n ` . Only either comma ` \n ` or semicolon ` \r\n ` is allowed.
180+ Default: ` \n ` . Only either LF ( ` \n ` ) or CRLF ( ` \r\n ` ) is allowed.
181181
182182 * encoding ` <string> ` (optional)
183183
@@ -224,7 +224,7 @@ console.log(csvStringifier.stringifyRecords(records));
224224
225225 * recordDelimiter ` <string> ` (optional)
226226
227- Default: ` \n ` . Only either comma ` \n ` or semicolon ` \r\n ` is allowed.
227+ Default: ` \n ` . Only either LF ( ` \n ` ) or CRLF ( ` \r\n ` ) is allowed.
228228
229229##### Returns:
230230
@@ -261,7 +261,7 @@ console.log(csvStringifier.stringifyRecords(records));
261261
262262 * recordDelimiter ` <string> ` (optional)
263263
264- Default: ` \n ` . Only either comma ` \n ` or semicolon ` \r\n ` is allowed.
264+ Default: ` \n ` . Only either LF ( ` \n ` ) or CRLF ( ` \r\n ` ) is allowed.
265265
266266##### Returns:
267267
You can’t perform that action at this time.
0 commit comments