@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface QuoteConfig {
        envArgIndex?: number;
        forceArgs?: "all" | readonly boolean[];
        quoteArgumentsWithIndex: number;
        unquote?: Unquote;
    }

    Hierarchy (View Summary)

    Index
    envArgIndex?: number
    forceArgs?: "all" | readonly boolean[]

    which of the arguments should be forced? this may be all, e.g., if the function itself is unknown on encounter

    quoteArgumentsWithIndex: number
    unquote?: Unquote

    which unquote escape the function supports, Unquote.None if unset