UNPKG
@ovometajs/cli
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.2
0.0.1
ovometa cli
@ovometajs/cli
/
lib
/
hello.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
'commander'
;
export
declare
const
registerHello
:
(
program
:
Command
) =>
void
;