parse5
    Preparing search index...

    Interface EOFToken

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

    Hierarchy

    • TokenBase
      • EOFToken
    Index
    location: Location | null
    type: EOF