UNPKG
@shba007/unstack
Version:
latest (1.0.1)
1.0.1
1.0.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Print your favorite framework info into cli
shba007/unstack
@shba007/unstack
/
dist
/
cli.d.cts
12 lines
(9 loc)
•
224 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
*
as
citty
from
'citty'
;
declare
const
main
: citty.
CommandDef
<{
framework
: {
type
:
"string"
;
description
:
string
; }; }>;
declare
const
runMain
:
() =>
Promise
<
void
>;
export
{ main, runMain };