@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Interface GhostHintOptions

    interface GhostHintOptions {
        hint?: string;
        suggest?: (line: string) => string;
    }
    Index

    Properties

    Properties

    hint?: string
    suggest?: (line: string) => string