Chef-JS Core
Preparing search index...
Server
Type Alias Server
each server, be it express or uws has those props
type
Server
=
{
config
:
Config
;
start
:
(
port
:
number
)
=>
Promise
<
Server
>
;
[
property
:
string
]:
any
;
}
Indexable
[
property
:
string
]:
any
Index
Properties
config
start
Properties
config
config
:
Config
start
start
:
(
port
:
number
)
=>
Promise
<
Server
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
start
Chef-JS Core
Loading...
each server, be it express or uws has those props