mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Moved Showdown export to declared module.
This commit is contained in:
Vendored
+3
-1
@@ -83,4 +83,6 @@ declare module Showdown {
|
||||
function forEach<T>(obj: T[], callback: (value: T, index: number, array: T[]) => any): void;
|
||||
}
|
||||
|
||||
export = Showdown;
|
||||
declare module "showdown" {
|
||||
export = Showdown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user