mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Fixed Options.tagNameProcessors for xml2js
This commit is contained in:
parent
066819c65f
commit
1e3569b0df
2
xml2js/xml2js.d.ts
vendored
2
xml2js/xml2js.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user