From 33c089e9c0a19a94f50aaf4e2fe64fccdb4fce36 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Sun, 31 May 2015 11:05:24 +1000 Subject: [PATCH] Update toastr.d.ts --- toastr/toastr.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toastr/toastr.d.ts b/toastr/toastr.d.ts index 2fcdc38408..321177ec29 100644 --- a/toastr/toastr.d.ts +++ b/toastr/toastr.d.ts @@ -197,3 +197,6 @@ interface Toastr { } declare var toastr: Toastr; +declare module "toastr" { + export = toastr; +}