parse5
    Preparing search index...

    Interface CommentToken

    interface CommentToken {
        data: string;
        location: null | Location;
        type: COMMENT;
    }

    Hierarchy

    • TokenBase
      • CommentToken
    Index

    Properties

    Properties

    data: string
    location: null | Location
    type: COMMENT