mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
importDocument declaration
This commit is contained in:
1
xmlbuilder/index.d.ts
vendored
1
xmlbuilder/index.d.ts
vendored
@@ -62,6 +62,7 @@ declare class XMLElementOrXMLNode {
|
||||
declaration(version: string, encoding: string, standalone: boolean): XMLElementOrXMLNode;
|
||||
doctype(pubID: string, sysID: string): XMLDocType;
|
||||
up(): XMLElementOrXMLNode;
|
||||
importDocument(input: XMLElementOrXMLNode): XMLElementOrXMLNode;
|
||||
root(): XMLElementOrXMLNode;
|
||||
document(): any;
|
||||
end(options?: Object): string;
|
||||
|
||||
Reference in New Issue
Block a user