mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
[xml2js] missing the Parser constructor on module
This commit is contained in:
@@ -15,3 +15,5 @@ var builder = new xml2js.Builder({
|
||||
var outString = builder.buildObject({
|
||||
'hello': 'xml2js!'
|
||||
});
|
||||
|
||||
var parser = new xml2js.Parser();
|
||||
|
||||
Reference in New Issue
Block a user