Interface EOFToken

interface EOFToken {
    location: null | Location;
    type: EOF;
}

Hierarchy

  • TokenBase
    • EOFToken

Properties

Properties

location: null | Location
type: EOF

Generated using TypeDoc