Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/repl-server
ReplServer
Interface ReplServer
Represents a REPL server
interface
ReplServer
{
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
}
Implemented by
CliReplServer
NetReplServer
Methods
start
start
()
:
Promise
<
void
>
Start server
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Stop server
Returns
Promise
<
void
>
Methods
start
stop
GitHub
Example
Fake Mirrors
Loading...
Represents a REPL server