core3-utils

@wixc3/typescript on Github

Home > @wixc3/typescript > Comment_2

Comment_2 type

Signature:

export type Comment = {
    text: string;
    pos: number;
    end: number;
};