Preparing search index...
The search index is not available
linquebot_v2
linquebot_v2
util/std
Std
Interface Std
与stdin stdout的交互接口
interface
Std
{
questionSync
:
(
(
message
,
fn
)
=>
Promise
<
void
>
)
;
}
Index
Properties
question
Sync
Properties
question
Sync
question
Sync
:
(
(
message
,
fn
)
=>
Promise
<
void
>
)
Type declaration
(
message
,
fn
)
:
Promise
<
void
>
向控制台输出一个问题,并等待用户输入。用户输入后,调用输入结果
Parameters
message
:
string
询问的问题
fn
:
AnswerFunc
处理函数
Returns
Promise
<
void
>
无
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
question
Sync
linquebot_v2
bridges/telegram
bridges/test
index
lib/app
lib/command
lib/db
lib/file_lock
lib/process
lib/super_manager
lock_fs
types/app
types/bridge
types/config
types/plugin
util/fatal_error
util/fs
util/std
util/string
util/types
Generated using
TypeDoc
与stdin stdout的交互接口