Skip to content

Commit aae45ed

Browse files
committed
Merge pull request DefinitelyTyped#4499 from borisyankov/basarat-patch-1
Update toastr.d.ts for external module
2 parents 2d4c467 + 33c089e commit aae45ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

toastr/toastr.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,6 @@ interface Toastr {
197197
}
198198

199199
declare var toastr: Toastr;
200+
declare module "toastr" {
201+
export = toastr;
202+
}

0 commit comments

Comments
 (0)