NPM Build Utilities @ 0.3.0-alpha.9
GitHub
by Maddi Mathon
Preparing search index...
internal
Logger
Prompt
Interface Prompt
Internal
Local versions of prompt utilities for easier use.
Since
0.3.0-alpha.9
interface
Prompt
{
bool
:
(
message
:
string
,
level
:
number
,
opts
?:
Omit
<
Config
<
"bool"
,
boolean
>
,
"message"
>
,
)
=>
Promise
<
boolean
|
undefined
>
;
input
:
(
message
:
string
,
level
:
number
,
opts
?:
Omit
<
InputConfig
,
"message"
>
,
)
=>
Promise
<
string
|
undefined
>
;
select
:
Prompt_SelectMethod
;
}
Index
Properties
bool
input
select
Properties
Readonly
Internal
bool
bool
:
(
message
:
string
,
level
:
number
,
opts
?:
Omit
<
Config
<
"bool"
,
boolean
>
,
"message"
>
,
)
=>
Promise
<
boolean
|
undefined
>
Readonly
Internal
input
input
:
(
message
:
string
,
level
:
number
,
opts
?:
Omit
<
InputConfig
,
"message"
>
,
)
=>
Promise
<
string
|
undefined
>
Readonly
Internal
select
select
:
Prompt_SelectMethod
Settings
Member Visibility
Alpha
Beta
External
Inherited
Private
Protected
Theme
OS
Light
Dark
On This Page
Properties
bool
input
select
GitHub
by Maddi Mathon
NPM Build Utilities @ 0.3.0-alpha.9
Loading...
Local versions of prompt utilities for easier use.
Since
0.3.0-alpha.9