CST.EmptyLine type

Signature:

type EmptyLine = {
        type: 'empty-line';
        range: Range;
    };

References: Range