@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface CommentMark

    interface CommentMark {
        comment: string;
        type: "comment";
    }
    Index
    comment: string
    type: "comment"