Interface Comment

Type for a full-line comment

interface Comment {
    type: "comment";
    value: string;
}

Properties

Properties

type: "comment"
value: string

Generated using TypeDoc