Skip to content

Commit 91c657e

Browse files
matt-lairdiuccio
authored andcommitted
Update index.d.ts
Solves #71
1 parent bffa13e commit 91c657e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.d.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ declare module 'convert-csv-to-json' {
66
formatValueByType(active: boolean): this;
77

88
/**
9-
*
9+
* Removes any whitespaces in the header field
10+
* @defaultValue `false`
11+
*/
12+
trimHeaderFieldWhiteSpace(active: boolean): this;
13+
14+
/**
15+
* Makes parser aware of quoted fields
16+
* @defaultValue `false`
1017
*/
1118
supportQuotedField(active: boolean): this;
19+
1220
/**
1321
* Defines the field delimiter which will be used to split the fields
1422
*/

0 commit comments

Comments
 (0)