diff --git a/bootbox/bootbox.d.ts b/bootbox/bootbox.d.ts index 9764a6d81..c62ef5166 100644 --- a/bootbox/bootbox.d.ts +++ b/bootbox/bootbox.d.ts @@ -98,3 +98,7 @@ interface BootboxStatic { } declare var bootbox: BootboxStatic; + +declare module "bootbox" { + export = bootbox; +}