blessed-components - v1.20.0
    Preparing search index...

    Interface ReplEntry

    REPL history entry.

    interface ReplEntry {
        input: string;
        output?: string;
    }
    Index

    Properties

    Properties

    input: string
    output?: string