Preparing search index...
The search index is not available
@ask-ell/core
@ask-ell/core
IServerProvider
Interface IServerProvider
interface
IServerProvider
{
listen
:
(
(
port
)
=>
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
)
;
}
Index
Properties
listen
Properties
listen
listen
:
(
(
port
)
=>
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
)
Type declaration
(
port
)
:
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
Parameters
port
:
number
Returns
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
listen
@ask-ell/core
Loading...