mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-03 12:14:32 +00:00
* 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`