mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fixed Options.tagNameProcessors for xml2js
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user