Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/repl-server
ReplServerCommandOption
Interface ReplServerCommandOption
Represents the repl-server command option.
interface
ReplServerCommandOption
{
alias
?:
string
;
default
?:
string
|
number
|
boolean
|
null
;
description
:
string
;
name
:
string
;
type
:
"string"
|
"number"
|
"boolean"
;
}
Properties
Optional
Readonly
alias
alias
?:
string
Optional
Readonly
default
default
?:
string
|
number
|
boolean
|
null
Readonly
description
description
:
string
Readonly
name
name
:
string
Readonly
type
type
:
"string"
|
"number"
|
"boolean"
Properties
alias
default
description
name
type
GitHub
Example
Fake Mirrors
Loading...
Represents the repl-server command option.