UNPKG
@em-cli/shared
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.5.4
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.2.1
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
脚手架工具方法包
@em-cli/shared
/
dist
/
inquirer
/
single.d.ts
10 lines
(9 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Question
}
from
'inquirer'
;
export
declare
class
SingleInquire
{
checkboxPlus
({ choices, ...options }:
Pick
<
Question
,
'name'
|
'message'
> & {
choices
:
Array
<{
name
:
string
;
value
:
string
; }>; }):
Promise
<
import
(
"inquirer"
).
Answers
>; }