mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Type definition meta information
This commit is contained in:
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for xmlbuilder
|
||||
// Project: https://github.com/oozcitak/xmlbuilder-js
|
||||
// Definitions by: Oskar Gewalli
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare class XMLDocType {
|
||||
clone(): XMLDocType;
|
||||
element(name, value): XMLDocType;
|
||||
|
||||
Reference in New Issue
Block a user