Fixed Options.tagNameProcessors for xml2js

This commit is contained in:
Urs Wegmann 2015-06-11 09:20:35 +02:00
parent 066819c65f
commit 1e3569b0df

2
xml2js/xml2js.d.ts vendored
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;