Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/ui
keypress
Function keypress
Waits for any key to be pressed except Ctrl+C which will terminate the process.
keypress
(
stdin
?:
ReadStream
&
{}
,
uiDebugOptions
?:
UIDebugOptions
,
)
:
Promise
<
unknown
>
Parameters
stdin
:
ReadStream
&
{}
= process.stdin
uiDebugOptions
:
UIDebugOptions
= defaultUIDebugOptions
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@shopify/cli-kit
Loading...
Waits for any key to be pressed except Ctrl+C which will terminate the process.