From 97b9467d7b1f14e09ba3d185f53c1d383e97b5d3 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 18 Jul 2016 15:09:22 -0700 Subject: [PATCH] Make sure the commander declarations are visible on the module (#10172) --- commander/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commander/index.d.ts b/commander/index.d.ts index 6edbd987b08a91..e082fcebb208d3 100644 --- a/commander/index.d.ts +++ b/commander/index.d.ts @@ -5,8 +5,8 @@ /// -declare var _tmp: commander.IExportedCommand; -export = _tmp; +declare var commander: commander.IExportedCommand; +export = commander; declare namespace commander { interface ICommandStatic {