CST.Escape type

Signature:

type Escape = {
        type: 'escape';
        raw: string;
        range: Range;
    };

References: Range