add note and rename variable name.

This commit is contained in:
vvakame
2014-04-03 13:29:24 +09:00
parent 268ca8a9c2
commit 05a7e0f031
+6 -3
View File
@@ -3,7 +3,10 @@
// Definitions by: Paul Vick <https://github.com/panopticoncentral>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module nomnom_internal
// NOTE: Extra identifier's been published is a work-around for the TypeScript 1.0.0.
// original is here -> https://github.com/borisyankov/DefinitelyTyped/commit/9aef1ad84dc006e3d25f5e57709198e33996ba84#diff-0d78c90325d4bfb40327dcc36dcd939a
declare module NomnomInternal
{
/**
* The command-line parser.
@@ -222,7 +225,7 @@ declare module nomnom_internal
}
}
declare var nomnom: nomnom_internal.Parser;
declare var _nomnom: NomnomInternal.Parser;
declare module "nomnom" {
export = nomnom;
export = _nomnom;
}