Interface Options

interface Options {
    combine?: boolean;
}

Properties

Properties

combine?: boolean

The "combine" option can be set to true and overlapping & adjacent ranges will be combined into a single range.