DefinitelyTyped/types/commander
Alan Agius a713269029 fix(commander): issue with namespace not found (#16060)
* fix(commader): issue with namespace not found

* remove `new` and add test case

* fix typo

* add `ExportedCommander`

* rename to `StaticCommander`

* commander:  extend StaticCommander with commander.Command

* commander typings re add `new`

* commander: change `Option` and `Command` to `classes`

* rename `CommanderStatic`

* comander: add documentation

* remove breakline

* chnage `object` to `any`

* commander test: add breakline

* commander: update `CommanderStatic` to use `typeof`
2017-06-01 07:07:07 -07:00
..
commander-tests.ts fix(commander): issue with namespace not found (#16060) 2017-06-01 07:07:07 -07:00
index.d.ts fix(commander): issue with namespace not found (#16060) 2017-06-01 07:07:07 -07:00
tsconfig.json