mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ declare module 'xml-parser' {
|
||||
|
||||
function parse(xml: string): parse.Document;
|
||||
|
||||
module parse {
|
||||
namespace parse {
|
||||
export interface Document {
|
||||
declaration: Declaration;
|
||||
root: Node;
|
||||
|
||||
Reference in New Issue
Block a user