mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
OldUMD and many other module fixes.
This commit is contained in:
6
commonmark/index.d.ts
vendored
6
commonmark/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user