default: {
getCommonRanges: typeof getCommonRanges;
getEnclosingRange: typeof getEnclosingRange;
isEndInRange: typeof isEndInRange;
isFullyIncluded: typeof isFullyIncluded;
isStartInRange: typeof isStartInRange;
mergeRanges: typeof mergeRanges;
overlaps: typeof overlaps;
subtractRanges: typeof subtractRanges;
}
Type declaration
-
getCommonRanges: typeof getCommonRanges
-
getEnclosingRange: typeof getEnclosingRange
-
isEndInRange: typeof isEndInRange
-
isFullyIncluded: typeof isFullyIncluded
-
isStartInRange: typeof isStartInRange
-
mergeRanges: typeof mergeRanges
-
overlaps: typeof overlaps
-
subtractRanges: typeof subtractRanges