Interface CommentToken

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

Hierarchy

  • TokenBase
    • CommentToken

Properties

Properties

data: string
location: null | Location
type: COMMENT

Generated using TypeDoc