AutoBE
    Preparing search index...

    Scalar constant; "undefined" denotes the undefined keyword.

    interface ILiteralExpression {
        kind: "literal";
        value: string | number | boolean | null;
    }
    Index

    Properties

    Properties

    kind: "literal"
    value: string | number | boolean | null