AutoBE
    Preparing search index...

    Verbatim target-language text, emitted as-is.

    interface IRawExpression {
        kind: "raw";
        text: string;
    }
    Index

    Properties

    Properties

    kind: "raw"
    text: string