Skip to content

Commit

Permalink
Make sure the commander declarations are visible on the module (Defin…
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy authored Jul 18, 2016
1 parent 20cfe36 commit 97b9467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commander/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

/// <reference types="node" />

declare var _tmp: commander.IExportedCommand;
export = _tmp;
declare var commander: commander.IExportedCommand;
export = commander;

declare namespace commander {
interface ICommandStatic {
Expand Down

0 comments on commit 97b9467

Please sign in to comment.