Merge pull request #4499 from borisyankov/basarat-patch-1

Update toastr.d.ts for external module
This commit is contained in:
Basarat Ali Syed
2015-05-31 11:06:22 +10:00
+3
View File
@@ -197,3 +197,6 @@ interface Toastr {
}
declare var toastr: Toastr;
declare module "toastr" {
export = toastr;
}