UNPKG
@triviality/commander
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.3
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
Commander as a Triviality Module
github.com/triviality-js/triviality
triviality-js/triviality
@triviality/commander
/
CommanderConfigurationInterface.d.ts
5 lines
(4 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
import
{
Command
}
from
'commander'
;
export
interface
CommanderConfigurationInterface
{
configure
(
program
:
Command
):
void
|
Promise
<
void
>; }