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 {