Fake Mirrors
    Preparing search index...

    Interface ReplServer

    Represents a REPL server

    interface ReplServer {
        start(): Promise<void>;
        stop(): Promise<void>;
    }

    Implemented by

    Methods