diff --git a/showdown/showdown.d.ts b/showdown/showdown.d.ts index 35302d8a99..278137050e 100644 --- a/showdown/showdown.d.ts +++ b/showdown/showdown.d.ts @@ -83,4 +83,6 @@ declare module Showdown { function forEach(obj: T[], callback: (value: T, index: number, array: T[]) => any): void; } -export = Showdown; +declare module "showdown" { + export = Showdown; +}