AutoBE
    Preparing search index...

    Function return; value is omitted for a bare return.

    interface IReturnStatement {
        kind: "return";
        value?: IValueExpression;
    }
    Index

    Properties

    Properties

    kind: "return"

    Returned value, or none for void return.