OldUMD and many other module fixes.

This commit is contained in:
Raghav Katyal
2016-05-23 15:17:06 -07:00
parent fb9c384720
commit c17b1b78b8
328 changed files with 12184 additions and 12442 deletions

View File

@@ -3,6 +3,8 @@
// Definitions by: Nico Jansen <https://github.com/nicojs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = commonmark;
export as namespace commonmark;
declare namespace commonmark {
@@ -208,7 +210,3 @@ declare namespace commonmark {
}
}
declare module 'commonmark' {
export = commonmark;
}