Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
promptly
Dynamic module promptly
Index
Interfaces
Callback
Options
Functions
choose
confirm
password
prompt
Functions
choose
(
message
:
string
, choices
:
Array<string>
, fn
?:
Callback
)
:
any
Parameters
message:
string
choices:
Array<string>
fn?:
Callback
optional
Returns
any
choose
(
message
:
string
, choices
:
Array<string>
, opts
:
Options
, fn
?:
Callback
)
:
any
Parameters
message:
string
choices:
Array<string>
opts:
Options
fn?:
Callback
optional
Returns
any
confirm
(
message
:
string
, fn
?:
Callback
)
:
any
Parameters
message:
string
fn?:
Callback
optional
Returns
any
confirm
(
message
:
string
, opts
:
Options
, fn
?:
Callback
)
:
any
Parameters
message:
string
opts:
Options
fn?:
Callback
optional
Returns
any
password
(
message
:
string
, fn
?:
Callback
)
:
any
Parameters
message:
string
fn?:
Callback
optional
Returns
any
password
(
message
:
string
, opts
:
Options
, fn
?:
Callback
)
:
any
Parameters
message:
string
opts:
Options
fn?:
Callback
optional
Returns
any
prompt
(
message
:
string
, fn
?:
Callback
)
:
any
Parameters
message:
string
fn?:
Callback
optional
Returns
any
prompt
(
message
:
string
, opts
:
Options
, fn
?:
Callback
)
:
any
Parameters
message:
string
opts:
Options
fn?:
Callback
optional
Returns
any
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
promptly
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Callback
Options
choose
confirm
password
prompt