Function Graph Overview
    Preparing search index...

    Type Alias ExitStatement

    Represents a break or a continue statement.

    type ExitStatement = {
        from: string;
        label?: string;
    }
    Index

    Properties

    Properties

    from: string

    The node we jump from

    label?: string

    The label we jump to, if one exists