From 2c568d3bd07d61383ba4c7d2275e2bf4a8279046 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Sun, 7 Jun 2015 12:33:03 +0200 Subject: [PATCH] Type definition meta information --- xmlbuilder/xmlbuilder.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xmlbuilder/xmlbuilder.d.ts b/xmlbuilder/xmlbuilder.d.ts index 9fee2a85b..cfbeb56b6 100644 --- a/xmlbuilder/xmlbuilder.d.ts +++ b/xmlbuilder/xmlbuilder.d.ts @@ -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;