Merge pull request #4617 from uweg/master

Fixed Options.tagNameProcessors for xml2js
This commit is contained in:
Masahiro Wakame
2015-06-14 17:42:35 +09:00
+1 -1
View File
@@ -64,7 +64,7 @@ declare module 'xml2js' {
normalize?: boolean;
normalizeTags?: boolean;
strict?: boolean;
tagNameProcessors?: (name: string) => string;
tagNameProcessors?: [(name: string) => string];
trim?: boolean;
validator?: Function;
xmlns?: boolean;