Returns true when intervals a and b overlap. By default the endpoints are exclusive — adjacent intervals do not count as overlapping. Pass { inclusive: true } to treat touching intervals as overlapping.
true
a
b
{ inclusive: true }
Optional
Returns
truewhen intervalsaandboverlap. By default the endpoints are exclusive — adjacent intervals do not count as overlapping. Pass{ inclusive: true }to treat touching intervals as overlapping.