default: {
    getCommonRanges: typeof getCommonRanges;
    isEndInRange: typeof isEndInRange;
    isFullyIncluded: typeof isFullyIncluded;
    isStartInRange: typeof isStartInRange;
    mergeRanges: typeof mergeRanges;
    overlaps: typeof overlaps;
    subtractRanges: typeof subtractRanges;
}

Type declaration

  • getCommonRanges: typeof getCommonRanges
  • isEndInRange: typeof isEndInRange
  • isFullyIncluded: typeof isFullyIncluded
  • isStartInRange: typeof isStartInRange
  • mergeRanges: typeof mergeRanges
  • overlaps: typeof overlaps
  • subtractRanges: typeof subtractRanges

Generated using TypeDoc