interface WrapDateLineOptions {
    leftTolerance?: number;
    rightTolerance?: number;
}

Properties

leftTolerance?: number

Allow for a margin of error with the 'left' value of this bound. Default is 0.

rightTolerance?: number

Allow for a margin of error with the 'right' value of this bound. Default is 0.