Skip to content

Commit

Permalink
Add type support for arrayMode = 'strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsseisums authored and amitguptagwl committed Oct 19, 2019
1 parent 4a49683 commit 6c1f719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type X2jOptions = {
allowBooleanAttributes: boolean;
parseNodeValue: boolean;
parseAttributeValue: boolean;
arrayMode: boolean;
arrayMode: boolean | 'strict';
trimValues: boolean;
cdataTagName: false | string;
cdataPositionChar: string;
Expand Down

0 comments on commit 6c1f719

Please sign in to comment.