UNPKG

antlr4ng

Version:

Alternative JavaScript/TypeScript runtime for ANTLR4

8 lines (7 loc) 208 B
import { BlockStartState } from "./BlockStartState.js"; /** * The block that begins a closure loop */ export declare class StarBlockStartState extends BlockStartState { static readonly stateType = 5; }