Type definition meta information

This commit is contained in:
Oskar Gewalli
2015-06-07 12:33:03 +02:00
parent 1ffa82132b
commit 2c568d3bd0
+5
View File
@@ -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;