Fake Mirrors
    Preparing search index...

    Type Alias ReplServerCommandAction<T>

    ReplServerCommandAction: (
        console: Console,
        spec: ReplServerCommandSpec,
        args: T,
        context: ReplServerCommandContext,
    ) => Promise<void>

    Represents the repl-server command action function.

    Type Parameters

    Type Declaration