mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Moved Showdown export to declared module.
This commit is contained in:
parent
dffdca514e
commit
01c7e55d21
4
showdown/showdown.d.ts
vendored
4
showdown/showdown.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user