UNPKG
seeli
Version:
latest (18.1.0)
18.1.0
18.0.4
18.0.3
18.0.2
18.0.1
18.0.0
17.0.0
16.0.0
15.1.1
15.1.0
15.0.0
14.1.1
14.1.0
14.0.0
13.0.3
13.0.2
13.0.1
13.0.0
12.5.9
12.5.8
12.5.7
12.5.6
12.5.5
12.5.4
12.5.3
12.5.2
12.5.1
12.5.0
12.4.0
12.3.3
12.3.2
12.3.1
12.3.0
12.2.0
12.1.4
12.1.3
12.1.2
12.1.1
12.1.0
12.0.0
11.0.2
11.0.1
11.0.0
10.0.2
10.0.1
10.0.0
9.0.0
8.3.0
8.2.2
8.2.1
8.2.0
8.1.3
8.1.2
8.1.1
8.1.0
8.0.1
8.0.0
7.0.0
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
4.0.0
3.0.1
3.0.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Object oriented, flexible CLI tools
github.com/esatterwhite/node-seeli
esatterwhite/node-seeli
seeli
/
index.d.ts
12 lines
(9 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Command
=
require
(
'./lib/command'
)
import
Seeli
=
require
(
'./lib/seeli'
)
declare
const
seeli
:
Seeli
& {
Seeli
:
typeof
Seeli
Command
:
typeof
Command
list
:
string
[] [
key
:
string
]:
any
}
export
= seeli